Skip to content

Instantly share code, notes, and snippets.

@Poincare
Created November 9, 2013 15:59
Show Gist options
  • Save Poincare/7386848 to your computer and use it in GitHub Desktop.
Save Poincare/7386848 to your computer and use it in GitHub Desktop.
hello world in Go
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