You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp .envrc.example .env-secret && direnv allow (keeps secrets out of git; .envrc is checked in and will load .env-secret; set AOC_SESSION, toggle AOC_OFFLINE when traveling)
bin/newday --day 1 --year 2025 to scaffold and fetch input; add --skip-spec to avoid generating specs, --wait to sleep until unlock
bin/run 2025 01 --part 1 to execute a solution; add --repl to drop into Pry after timing