added Go a new systems programming language from Google

This commit is contained in:
Kfir Shay
2010-07-08 23:42:55 +08:00
committed by Mike Donaghy
parent 4c69deb124
commit 27cce9afa1

7
go.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}