AdventOfCode2022/Readme.md

475 B

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

GLHF