🎄 Advent of Code solution in Swift
mkdir -p Inputs/Year-XXXX // example: Year-2024
cp DayXX-Input.txt dayxx.txt // example: day01.txt
swift run aoc --day XX --iterations 20
swift test
Day | Puzzle | Part 1 | Part 2 | Solution |
---|---|---|---|---|
01 | Historian Hysteria | ⭐️ | ⭐️ | Day 01 |
02 | Red-Nosed Reports | ⭐️ | ⭐️ | Day 02 |
03 | Mull It Over | ⭐️ | ⭐️ | Day 03 |
04 | Ceres Search | ⭐️ | ⭐️ | Day 04 |
05 | Print Queue | ⭐️ | ⭐️ | Day 05 |
06 | Guard Gallivant | ⭐️ | ⭐️ | Day 06 |
07 | Bridge Repair | ⭐️ | ⭐️ | Day 07 |
09 | Disk Fragmenter | ⭐️ | ⭐️ | Day 09 |
10 | Hoof It | ⭐️ | ⭐️ | Day 10 |
11 | Plutonian Pebbles | ⭐️ | ⭐️ | Day 11 |
12 | Garden Groups | ⭐️ | Day 12 | |
16 | Reindeer Maze | ⭐️ | Day 16 |