@@ -0,0 +1,12 @@
// 测试打印 Hello World
package main
import "fmt"
func main() {
fmt.Printf("\nHello World\n") // 划重点print的p要大写
}
The note is not visible to the blocked user.