@@ -0,0 +1,9 @@
package main
import "fmt"
func main() {
a := 3
b := a / 2
fmt.Println(b)
}
The note is not visible to the blocked user.