Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created July 31, 2013 14:19
Show Gist options
  • Select an option

  • Save fsouza/6122368 to your computer and use it in GitHub Desktop.

Select an option

Save fsouza/6122368 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