@@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
s := "yoyo"
fmt.Printf("hello, %s\n", s)
}
The note is not visible to the blocked user.