1
0
Fork 0
pr3-sose2026-fork/go/00-hello-world
Sebastian Steger 31a61d583f update devcontainer to go 1.26, disable ai 2026-03-12 05:22:39 +00:00
..
README.md hello world 2025-08-19 15:25:00 +00:00
go.mod update devcontainer to go 1.26, disable ai 2026-03-12 05:22:39 +00:00
hello-world.go hello world 2025-08-19 15:25:00 +00:00

README.md

Hello World

Run

go run hello-world.go

Build

go build hello-world.go

Formatting

go fmt hello-world.go

Linting

go vet hello-world.go

Examples

  1. fmt.Printf("hello world, %s\n")
  2. a := 7 (already caught by the compiler)