without `fmt` package, just pure println
@@ -1,7 +1,5 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
println("Hello, World")
}
The note is not visible to the blocked user.