1. 程式人生 > >開啟Golang編程第一章

開啟Golang編程第一章

花括號 software pack pen com java program ava sof

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第一步還是蠻簡單的。

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

開啟Golang編程第一章