Skip to content

Instantly share code, notes, and snippets.

@astj
Created February 18, 2017 18:21
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 astj/be4ab16b3cb50cf488fed88e620c13cf to your computer and use it in GitHub Desktop.
Save astj/be4ab16b3cb50cf488fed88e620c13cf to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment