Golang打印传说中的 "`hello world`"

5年以前  |  阅读数:702 次  |  编程语言:Golang 
// 我们的第一个程序将打印传说中的 "`hello world`"
// 消息,右边是完整的程序代码。
package main

import "fmt"

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

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8