Skip to content

Instantly share code, notes, and snippets.

@asantos2000
Created June 24, 2019 22:24
Show Gist options
  • Select an option

  • Save asantos2000/7a0e79446385a7e9121c5554275b9863 to your computer and use it in GitHub Desktop.

Select an option

Save asantos2000/7a0e79446385a7e9121c5554275b9863 to your computer and use it in GitHub Desktop.
HelloWorld in go
package main
func main() {
println("hello world")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment