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
Stdle #29 · numbers · 2026-07-05
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { x := 42 fmt.Printf("%T\n", x)}