AdventOfCode2022/Readme.md

17 lines
475 B
Markdown
Raw Permalink Normal View History

2022-12-03 14:13:42 +00:00
# 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