Skip to content

Instantly share code, notes, and snippets.

@jswank
Created November 11, 2011 00:57
Show Gist options
  • Save jswank/1356789 to your computer and use it in GitHub Desktop.
Save jswank/1356789 to your computer and use it in GitHub Desktop.
Hello World- 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