@@ -0,0 +1,11 @@
package main
import "fmt"
//export test
func test(){
fmt.Println("hello world!!!")
}
func main(){
test
The note is not visible to the blocked user.