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
curl -A "github.com/guillaumebrunerie/advent-of-code-2024" -b session=$ADVENT_OF_CODE_SESSION "https://adventofcode.com/${year}/day/${day}/input" > "$day/input.txt" || echo "Failed to download input from Advent of Code!"
sed -i "s+__TEST_INPUTS__+$(./extractTestInputs "https://adventofcode.com/${year}/day/${day}" "$day")+g" "$day/solve.js"