Skip to content

Instantly share code, notes, and snippets.

@gislig
Created May 15, 2018 21:31
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 gislig/2c3ac338fe863756d15b60c023c0a3c8 to your computer and use it in GitHub Desktop.
Save gislig/2c3ac338fe863756d15b60c023c0a3c8 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