Skip to content

Instantly share code, notes, and snippets.

@radhack
Created December 6, 2018 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radhack/86d8bf2ab2e1615270802dd34f094ec5 to your computer and use it in GitHub Desktop.
Save radhack/86d8bf2ab2e1615270802dd34f094ec5 to your computer and use it in GitHub Desktop.
Go Hello World
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment