mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 04:48:29 +08:00
02.3.md
This commit is contained in:
7
eBook/examples/chapter_2/hello_world1.go
Normal file
7
eBook/examples/chapter_2/hello_world1.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// hello_world1.go
|
||||
package main
|
||||
|
||||
func main() {
|
||||
println("Hello", "world")
|
||||
}
|
||||
|
Reference in New Issue
Block a user