@@ -0,0 +1,10 @@
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println("You know Pi =", math.Pi)
}
The note is not visible to the blocked user.