// 测试打印 Hello World package main import "fmt" func main() { fmt.Printf("\nHello World\n") // 划重点print的p要大写 }