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
Stdle #3 · 2026-06-09
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()}