ben
/
aoc
1
0
Fork 0
my advent of code solutions in c#
Go to file
Ben Harris 7cdcbb8e62 remove unused ingredient name field 2022-12-13 14:58:05 -05:00
AOC.Common 2018 day 1 and 2 2022-12-10 20:18:34 -05:00
AOC.Test guess it's a json day 2022-12-13 10:44:53 -05:00
AOC2015 remove unused ingredient name field 2022-12-13 14:58:05 -05:00
AOC2016 add Day.ProcessInput() and move everything out of the constructor 2022-12-08 14:40:40 -05:00
AOC2017 add Day.ProcessInput() and move everything out of the constructor 2022-12-08 14:40:40 -05:00
AOC2018 2018 day 3 2022-12-10 22:17:09 -05:00
AOC2019 use raw string literals for Test2019.cs 2022-12-11 19:24:39 -05:00
AOC2020 add Day.ProcessInput() and move everything out of the constructor 2022-12-08 14:40:40 -05:00
AOC2021 add Day.ProcessInput() and move everything out of the constructor 2022-12-08 14:40:40 -05:00
AOC2022 idk this style makes more sense here 2022-12-13 14:11:30 -05:00
.drone.yml just run a plain test instead of printing every answer 2022-12-13 14:05:19 -05:00
.gitignore add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
AdventOfCode.sln strip BOM 2022-12-03 00:58:58 -05:00
DayXX.cs.txt add Day.ProcessInput() and move everything out of the constructor 2022-12-08 14:40:40 -05:00
README.md just run a plain test instead of printing every answer 2022-12-13 14:05:19 -05:00
getday.sh default to current day and curl puzzle name from the site 2022-12-09 18:41:00 -05:00
global.json .net 7 2022-11-08 15:11:52 -05:00

README.md

advent of code

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

imported from my separate repos: