Skip to content

Instantly share code, notes, and snippets.

@npat-efault
Created January 6, 2014 01:19
Show Gist options
  • Save npat-efault/8276576 to your computer and use it in GitHub Desktop.
Save npat-efault/8276576 to your computer and use it in GitHub Desktop.
Hello world in Go
// Go Hello World
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