Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
Made in Visual Studio 2022 with .Net 8.
Template can be installed with the following command to create base project for any year:
dotnet new install .\aoc_project_template\
After this template should be available when creating a new project. Template contains:
- empty example input files for all 25 days,
- empty input files for all 25 days,
- template classes for all 25 days and their 2 tasks,
- main program class that is ready to run and execute puzzle solutions.