mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:21:38 +08:00
04.4.1.md
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// hello_world.go
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
func main() {
|
||||
fmt.Println("hello, world")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user