August 7, 2014 Hello World package main import "fmt" func main() { fmt.Println("Hello, 世界") } 69 Kudos 69 Kudos