mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:08:34 +08:00
Update 02.3.md
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
|
||||
package main
|
||||
func main() {
|
||||
println(“Hello”, “world”)
|
||||
println("Hello", "world")
|
||||
}
|
||||
|
||||
切换相关目录到下,然后执行指令 `go run hello_world1.go`,将会打印信息:`Hello, world`。
|
||||
|
Reference in New Issue
Block a user