ch1-02 review

This commit is contained in:
chai2010
2015-12-22 20:49:16 +08:00
parent 378361f564
commit 39539dbc80
4 changed files with 53 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
我們以1978年齣版的C語言聖經《The C Programming Language》中經典的“hello world”案例來開始吧譯註本書作者之一Brian W. Kernighan也是C語言聖經一書的作者。C語言對Go語言的設計産生了很多影響。用這個例子我們來講解一些Go語言的覈心特性
```go
//gopl.io/ch1/helloworld
gopl.io/ch1/helloworld
package main
import "fmt"