開啓Golang編程第一章

Go is an open source programming language that makes it easy to build simple,reliable, and effcient software.

Try Go

package main

import "fmt"

func main() {
    fmt.Println("Hello, 世界")
}

https://tour.golang.org/welcome/1

體會:和C/C++、C#、java類似的語言,好基友推薦學習的語言,emmm第一步還是蠻簡單的。

好吧第一個花括號不能換行,哈哈哈哈。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章