Created
December 29, 2018 19:13
-
-
Save Giancarlos/a6e7481f07a6838c9a2630c304905d63 to your computer and use it in GitHub Desktop.
Revisions
-
Giancarlos created this gist
Dec 29, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ package main import "fmt" func main() { fmt.Printf("Hello, Go!") }