Skip to content

Instantly share code, notes, and snippets.

@prisoner
Created August 7, 2011 13:00
Show Gist options
  • Save prisoner/1130354 to your computer and use it in GitHub Desktop.
Save prisoner/1130354 to your computer and use it in GitHub Desktop.
hello Go
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment