Hello, World!
Welcome to the first tutorial. In this tutorial you will learn how to write your first line of code.
Welcome to the first tutorial. In this tutorial you will learn how to write your first line of code.
Exercise
Try it
Expected output
Hello, world!Solution
package main
import ("fmt")
func main() {
fmt.Println("Hello, world!")
}Get the Go agent pack
A battle-tested AGENTS.md, the review checklist, and the failure-mode cheat sheet for Go. One email, then occasional updates when the tooling shifts. No course pitch.
AGENTS.md now — no email needed.