← Back to archive

Stdle #67 · numbers · 2026-08-12

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(0xFF & 0x0F)
}
Numbers
4 attempts left

Answer & explanation