mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 04:22:22 +00:00
增加 examples 目录, 用于存放例子
This commit is contained in:
parent
e05f794a33
commit
c7f4fabcb0
7
examples/ch1-01/hello/hello.go
Normal file
7
examples/ch1-01/hello/hello.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("你好, 世界!")
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user