Skip to content

Instantly share code, notes, and snippets.

@bam6o0
Last active July 29, 2017 06:46
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 bam6o0/c3d0452d9a762ef466ea1c79b06b3e0c to your computer and use it in GitHub Desktop.
Save bam6o0/c3d0452d9a762ef466ea1c79b06b3e0c to your computer and use it in GitHub Desktop.
//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