af63a460a7 | ||
---|---|---|
AOC2022 | ||
.editorconfig | ||
.gitignore | ||
AdventOfCode.sln | ||
AdventOfCode.sln.DotSettings | ||
Readme.md |
Readme.md
Cyberdick's advent of code 2022 shenanigans
Written in C#. The only good language in this world
Place your input files in ./AOC2022/Inputs
Filenames should be 1.txt
2.txt
etc, any extension works but names should be day numbers
Open in VS/Rider and set params in launchSettings.json
and hit play
Or
// Run all days you have inputs for
cd AOC2022/
dotnet run
// Specify specific days to run
dotnet run 3
dotnet run 1 2 3