Skip to content

Instantly share code, notes, and snippets.

@MarvinJWendt
Created October 10, 2022 16:10
Show Gist options
  • Save MarvinJWendt/a45fadaa2e7bf235d8c6a538455eb967 to your computer and use it in GitHub Desktop.
Save MarvinJWendt/a45fadaa2e7bf235d8c6a538455eb967 to your computer and use it in GitHub Desktop.
Golang 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