Stdle #6 · 2026-06-12
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
h = Hash.new([])h[:a] << 1h[:b] << 2puts h[:a].inspectputs h[:b].inspectMutability
Stdle #6 · 2026-06-12
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
h = Hash.new([])h[:a] << 1h[:b] << 2puts h[:a].inspectputs h[:b].inspect