Skip to content

Commit 9868026

Browse files
committed
20220320
1 parent 8cd9572 commit 9868026

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go-01/1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Go 语言提供了灵活的、无继承的类型系统,无需降低运行性
3232

3333
## 1.7 你好,Go
3434

35+
```
3536
package main
3637
3738
import "fmt"
@@ -40,5 +41,6 @@ func main() {
4041
fmt.Print("hello world")
4142
}
4243
43-
日常hello world ..哈哈
44+
```
45+
4446

0 commit comments

Comments
 (0)