- Security with Go
- John Daniel Leon
- 38字
- 2021-06-30 19:06:42
Writing your first program
The simplest package you can have is a single file inside a directory. Create a new file, ~/src/hello/hello.go, and put the following code inside:
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}
推薦閱讀
- 線性代數(shù)選講
- 小數(shù)學(xué)家應(yīng)該知道的數(shù)學(xué)故事
- 一個(gè)定理的誕生:我與菲爾茨獎(jiǎng)的一千個(gè)日夜
- 走近費(fèi)曼叢書:費(fèi)曼講物理:相對論
- 幾何之美
- 高等數(shù)學(xué)同步練習(xí)指導(dǎo)
- 幾何公差那些事兒
- 線性代數(shù)同步精講及練習(xí)
- 模糊數(shù)學(xué)基礎(chǔ)及應(yīng)用
- 迷人的數(shù)學(xué)+美麗的數(shù)學(xué)(共2冊)
- 高等數(shù)學(xué)習(xí)題全解(上冊)
- 數(shù)據(jù)科學(xué)與機(jī)器學(xué)習(xí):數(shù)學(xué)與統(tǒng)計(jì)方法
- Hands-On Cryptography with Python
- 深度學(xué)習(xí)的數(shù)學(xué)
- 不可能的幾何挑戰(zhàn):數(shù)學(xué)求索兩千年