書名: Security with Go作者名: John Daniel Leon本章字?jǐn)?shù): 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.")
}
推薦閱讀
- 432級臺階之第2級臺階
- 線性代數(shù)選講
- 數(shù)學(xué)女孩2:費(fèi)馬大定理
- 小數(shù)學(xué)家應(yīng)該知道的數(shù)學(xué)故事
- 有限自動機(jī)理論
- 迷人的邏輯題
- 粗糙集的論域擴(kuò)展理論及在專家系統(tǒng)中的應(yīng)用
- 數(shù)理邏輯
- 數(shù)學(xué)的故事
- ANSYS 12.0有限元分析完全手冊
- 愛情數(shù)學(xué)(TED 思想的力量系列)
- 數(shù)學(xué)多大點(diǎn)事兒
- 說不盡的圓周率
- 經(jīng)濟(jì)數(shù)學(xué)(二):線性代數(shù)、概率論及數(shù)理統(tǒng)計
- 不可思議的自然對數(shù)