← Back to archive

Stdle #29 · numbers · 2026-07-05

What does this Go snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

package main
import "fmt"
func main() {
x := 42
fmt.Printf("%T\n", x)
}
Numbers
4 attempts left

Answer & explanation