go/doc/play/hello.go
2012-03-15 17:44:47 +11:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}