my advent of code solutions in c#
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ben Harris ea818feeb5
continuous-integration/drone/push Build is passing Details
i fell off the wagon...
i downloaded all the inputs and made empty classes, maybe i'll get around to doing the rest of the problems!
3 months ago
AOC.Common remove dead link 3 months ago
AOC.Test i fell off the wagon... 3 months ago
AOC2015 remove unused ingredient name field 3 months ago
AOC2016 add Day.ProcessInput() and move everything out of the constructor 4 months ago
AOC2017 add Day.ProcessInput() and move everything out of the constructor 4 months ago
AOC2018 2018 day 3 3 months ago
AOC2019 use raw string literals for Test2019.cs 3 months ago
AOC2020 tidy 2020 day 4 using a dict 3 months ago
AOC2021 add Day.ProcessInput() and move everything out of the constructor 4 months ago
AOC2022 i fell off the wagon... 3 months ago
.drone.yml just run a plain test instead of printing every answer 3 months ago
.gitignore add files for missing years and start on 2015 puzzles 4 months ago
AdventOfCode.sln strip BOM 4 months ago
DayXX.cs.txt add Day.ProcessInput() and move everything out of the constructor 4 months ago
README.md just run a plain test instead of printing every answer 3 months ago
getday.sh default to current day and curl puzzle name from the site 3 months ago
global.json .net 7 5 months ago

README.md

advent of code

this is a unified solution for all my c# advent stuff.

imported from my separate repos: