Skip to content

Instantly share code, notes, and snippets.

@treeder
Created April 27, 2017 19:26
Show Gist options
  • Save treeder/3a5bf5f3a0f258eec04d1dad29e82a76 to your computer and use it in GitHub Desktop.
Save treeder/3a5bf5f3a0f258eec04d1dad29e82a76 to your computer and use it in GitHub Desktop.
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