Skip to content

Instantly share code, notes, and snippets.

@jonasbjork
Created October 13, 2022 11:54
Show Gist options
  • Save jonasbjork/79b69cd4bf9bfef612073dc297f6b61d to your computer and use it in GitHub Desktop.
Save jonasbjork/79b69cd4bf9bfef612073dc297f6b61d to your computer and use it in GitHub Desktop.
Hello World in Go
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