@@ -1,7 +1,13 @@
package main
import "fmt"
import (
"fmt"
"math/rand"
"time"
)
func main() {
rand.Seed(time.Now().UTC().UnixNano())
fmt.Print("hello")
}
The note is not visible to the blocked user.