Stdle #5 · 2026-06-11
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { p := &struct{ N int }{N: 1} p.N = 42 fmt.Println(p.N)}Classes
Stdle #5 · 2026-06-11
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { p := &struct{ N int }{N: 1} p.N = 42 fmt.Println(p.N)}