Go语言学习笔记之第一个Go语言程序

182 阅读1分钟

你好,世界!

package main

import "fmt"

func main(){
    fmt.Printf("Hello World!")
}

第一个Go程序,也是我的第一篇博客!
努力专注!