Skip to content

Instantly share code, notes, and snippets.

@rbin
Created June 26, 2014 19:47
Show Gist options
  • Save rbin/52ea9ea916fcc4c62a7e to your computer and use it in GitHub Desktop.
Save rbin/52ea9ea916fcc4c62a7e to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment