growing the tutorial

R=gri
OCL=15115
CL=15115
This commit is contained in:
Rob Pike 2008-09-10 17:11:04 -07:00
parent a0e57201c7
commit 27a56171c9
4 changed files with 171 additions and 5 deletions

9
doc/progs/helloworld.go Normal file
View file

@ -0,0 +1,9 @@
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
func main() {
print("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n");
}