ben
/
aoc
1
0
Fork 0
my advent of code solutions in c#
Go to file
Ben Harris 3159a7ce7e
continuous-integration/drone/push Build is passing Details
NotImplementedException shows up as a todo
2024-05-10 18:32:28 -04:00
AOC.Common NotImplementedException shows up as a todo 2024-05-10 18:32:28 -04:00
AOC.Test NotImplementedException shows up as a todo 2024-05-10 18:32:28 -04:00
AOC2015 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
AOC2016 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
AOC2017 remove empty solutions 2024-05-09 14:27:02 -04:00
AOC2018 remove empty solutions 2024-05-09 14:27:02 -04:00
AOC2019 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
AOC2020 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
AOC2021 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
AOC2022 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
AOC2023 2023 day 7 plus some files that were missing trailing newlines? 2024-05-10 18:06:37 -04:00
.drone.yml fix drone stage naming 2023-09-18 18:16:37 -04:00
.editorconfig apply editorconfig 2023-12-01 02:30:47 -05:00
.gitignore add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
AdventOfCode.sln clean up some warnings 2023-12-01 13:21:24 -05:00
DayXX.cs.txt make ProcessInput virtual instead of abstract and remove empty method bodies 2023-12-05 15:01:01 -05:00
LICENSE license? 2023-12-01 01:11:10 -05:00
README.md tidy readme 2024-04-17 16:26:19 -04:00
getday.sh default to current day and curl puzzle name from the site 2022-12-09 18:41:00 -05:00
global.json spacing 2023-11-25 22:54:09 -05:00

README.md

advent of code

this is my c# advent of code stuff.