mirror of
https://github.com/golang/go.git
synced 2025-11-01 17:20:56 +00:00
growing the tutorial
R=gri OCL=15115 CL=15115
This commit is contained in:
parent
a0e57201c7
commit
27a56171c9
4 changed files with 171 additions and 5 deletions
9
doc/progs/helloworld.go
Normal file
9
doc/progs/helloworld.go
Normal 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");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue