📌  相关文章
📜  hello world golang - Go 编程语言 - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:45:01.902000             🧑  作者: Mango

代码示例2
package main

import fmt

func main() {
    fmt.Println("hello, world!")
}