mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-16 11:23:40 +00:00
revert the 'The C programming language' to the origial translation
This commit is contained in:
parent
d800ddafe5
commit
2f9ac310f7
@ -1,6 +1,6 @@
|
||||
## 1.1. Hello, World
|
||||
|
||||
我們以現已成爲傳統的“hello world”案例來開始吧, 這個例子首次出現於1978年出版的《C語言聖經》。(譯註:[《The C Programming Language》](http://s3-us-west-2.amazonaws.com/belllabs-microsite-dritchie/cbook/index.html), 本書作者之一Brian W. Kernighan也是C語言聖經一書的作者)。C語言是直接影響Go語言設計的語言之一。這個例子體現了Go語言一些核心理念。
|
||||
我們以現已成爲傳統的“hello world”案例來開始吧, 這個例子首次出現於1978年出版的C語言聖經[《The C Programming Language》](http://s3-us-west-2.amazonaws.com/belllabs-microsite-dritchie/cbook/index.html)。(譯註:本書作者之一Brian W. Kernighan也是C語言聖經一書的作者)。C語言是直接影響Go語言設計的語言之一。這個例子體現了Go語言一些核心理念。
|
||||
|
||||
```go
|
||||
gopl.io/ch1/helloworld
|
||||
|
Loading…
Reference in New Issue
Block a user