Go语言 雪原溜溜 2021-12-27 110 阅读1分钟 第一课 Hello World package main import "fmt" func main() { fmt.Println("Hello, World!") }