Skip to content

Instantly share code, notes, and snippets.

@Giancarlos
Created December 29, 2018 19:13
Show Gist options
  • Select an option

  • Save Giancarlos/a6e7481f07a6838c9a2630c304905d63 to your computer and use it in GitHub Desktop.

Select an option

Save Giancarlos/a6e7481f07a6838c9a2630c304905d63 to your computer and use it in GitHub Desktop.

Revisions

  1. Giancarlos created this gist Dec 29, 2018.
    7 changes: 7 additions & 0 deletions hello.go
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    package main

    import "fmt"

    func main() {
    fmt.Printf("Hello, Go!")
    }