Stdle #3 · 2026-06-09

What does this log?

You have 4 attempts to type the exact console output. Wrong guesses unlock hints.

package main
import "fmt"
func main() {
for i := range 4 {
fmt.Print(i)
}
fmt.Println()
}
Iteration
4 attempts left