ben
/
aoc
1
0
Fork 0
my advent of code solutions in c#
Go to file
Ben Harris 2de2266e18
continuous-integration/drone/push Build is passing Details
2015 day 10
2022-11-13 14:51:53 -05:00
AOC.Common .net 7 2022-11-08 15:11:52 -05:00
AOC.Test 2015 day 10 2022-11-13 14:51:53 -05:00
AOC2015 2015 day 10 2022-11-13 14:51:53 -05:00
AOC2016 add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
AOC2017 add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
AOC2018 missed some inputs for 2018 2022-11-11 13:54:20 -05:00
AOC2019 .net 7 2022-11-08 15:11:52 -05:00
AOC2020 .net 7 2022-11-08 15:11:52 -05:00
AOC2021 use c# 11 string literals! 2022-11-11 12:45:21 -05:00
AOC2022 .net 7 2022-11-08 15:11:52 -05:00
.drone.yml .net 7 2022-11-08 15:11:52 -05:00
.gitignore add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
AdventOfCode.sln reorder sln 2022-11-12 14:06:59 -05:00
DayXX.cs.txt add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
README.md add readme 2022-10-27 12:01:38 -04:00
getday.sh mkdir-p the input dir 2022-11-11 17:09:21 -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: