Skip to content

Instantly share code, notes, and snippets.

@Giancarlos
Created December 29, 2018 19:13
Show Gist options
  • Save Giancarlos/a6e7481f07a6838c9a2630c304905d63 to your computer and use it in GitHub Desktop.
Save Giancarlos/a6e7481f07a6838c9a2630c304905d63 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Printf("Hello, Go!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment