Skip to content

Instantly share code, notes, and snippets.

@hiroyukim
Created November 19, 2009 01:19
Show Gist options
  • Save hiroyukim/238450 to your computer and use it in GitHub Desktop.
Save hiroyukim/238450 to your computer and use it in GitHub Desktop.
1 package main
2
3 import "fmt"
4
5 func main () {
6 fmt.Printf("Hello World\n")
7 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment