Add hello world
This commit is contained in:
parent
4c56507372
commit
fae926748a
7
examples/ch1/hello/main.go
Normal file
7
examples/ch1/hello/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, 世界")
|
||||
}
|
Loading…
Reference in New Issue
Block a user