Skip to content

Commit 4be3f03

Browse files
committed
Merge pull request astaxie#119 from magicx/patch-1
Update 2.1.md
2 parents 2213bda + d1e0da5 commit 4be3f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
import "fmt"
1414

1515
func main() {
16-
fmt.Printf("Hello, world or καλημ ́ρα κóσμ or こんにちは世界\n")
16+
fmt.Printf("Hello, world or 你好,世界 or καλημ ́ρα κóσμ or こんにちは世界\n")
1717
}
1818

1919
输出如下:
2020

21-
Hello, world or καλημ ́ρα κóσμ or こんにちは世界
21+
Hello, world or 你好,世界 or καλημ ́ρα κóσμ or こんにちは世界
2222

2323
## 详解
2424
首先我们要了解一个概念,Go程序是通过`package`来组织的

0 commit comments

Comments
 (0)