Awesome
Advent Of Code
Initially, this was a project where my AoC solutions were stored. With time, it evolved into a tiny framework that makes solving the puzzles a bit faster, and the presentation of the puzzle results clean and unified.
๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐ ๐๐
Set-up
<em>Prerequisites:</strong> .NET 8.0 installed on your device.</em>
- Clone the repository
- Open a terminal and run
dotent run
at root.-
If you run the command without any arguments, it will get the result of the latest puzzle.
-
If you run the command with YYYY DD arguments, it will get the result for AoC puzzle from year YYYY and day DD. (ex.
dotent run 2022 5
will get you the result for AoC puzzle from year 2022, day 5.) -
<strong>Note:</strong> Puzzle inputs are example inputs from explaination description. Actual puzzle input must be pasted manually to the correct .txt file (ex. paste your puzzleInput for day 1, year 2022 to file
./Y2022/PuzzleInputs/day01.txt
).
-
Solved
Year\Day | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2023 | โ | โ | |||||||||||||||||||||||
2022 | โ | โ | โ | โ | โ | โ | |||||||||||||||||||
2021 | โ | ๐ป | ๐ป | ๐งป | ๐งป | ๐งป | ๐งป | ๐งป | ๐งป | ||||||||||||||||
2020 | โ | ๐ป |
<strong>Legend:</strong> โ done -- ๐ป in development -- ๐งป solution available, but not supported by the interface
<em><strong>Disclaimer:</strong> This is still a work in progress.</em>