gopl.io/ch1/hello/main.go
2015-03-16 15:49:55 -04:00

8 lines
74 B
Go

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