Skip to content

Instantly share code, notes, and snippets.

@letusfly85
Created June 12, 2014 16:35
Show Gist options
  • Save letusfly85/712a9aa30bf2bdd9b3cb to your computer and use it in GitHub Desktop.
Save letusfly85/712a9aa30bf2bdd9b3cb to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment