Skip to content

Instantly share code, notes, and snippets.

@jonathan-fielding
Last active January 1, 2021 22:54
Show Gist options
  • Save jonathan-fielding/b279b01ab87b25e4c0866ab903ab246f to your computer and use it in GitHub Desktop.
Save jonathan-fielding/b279b01ab87b25e4c0866ab903ab246f to your computer and use it in GitHub Desktop.
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