DarrenBGrouns 😎
Go to file
cyberdick af63a460a7 feature(day4): added day4 solution 2022-12-04 15:36:31 +05:30
AOC2022 feature(day4): added day4 solution 2022-12-04 15:36:31 +05:30
.editorconfig setup change, who knew puzzles would be part 1 & 2 all the time 2022-12-03 16:21:57 +05:30
.gitignore day one commit 2022-12-01 23:39:04 +05:30
AdventOfCode.sln added readme 2022-12-03 19:43:42 +05:30
AdventOfCode.sln.DotSettings feature(day4): added day4 solution 2022-12-04 15:36:31 +05:30
Readme.md added readme 2022-12-03 19:43:42 +05:30

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

GLHF