Skip to content

Instantly share code, notes, and snippets.

@cpacia
Created July 18, 2021 22:40
Show Gist options
  • Save cpacia/5d84abbc294d383296d9f1c0b615c9a1 to your computer and use it in GitHub Desktop.
Save cpacia/5d84abbc294d383296d9f1c0b615c9a1 to your computer and use it in GitHub Desktop.
Hello World
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