Skip to content

Instantly share code, notes, and snippets.

@campoy
Last active December 4, 2017 22:30
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 campoy/1eda05a8db6a5f97d7effbf9490e9638 to your computer and use it in GitHub Desktop.
Save campoy/1eda05a8db6a5f97d7effbf9490e9638 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