Stdle #59 · numbers · 2026-08-04
What does this Go snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { fmt.Println(1 << 4)}Numbers
Stdle #59 · numbers · 2026-08-04
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { fmt.Println(1 << 4)}