my advent of code solutions in c#
Go to file
Ben Harris 49b2c5c515
All checks were successful
continuous-integration/drone/push Build is passing
Use builtin Enumerable.Chunk() and fix test method naming
2022-12-03 19:36:09 -05:00
AOC.Common Use builtin Enumerable.Chunk() and fix test method naming 2022-12-03 19:36:09 -05:00
AOC.Test Use builtin Enumerable.Chunk() and fix test method naming 2022-12-03 19:36:09 -05:00
AOC2015 strip BOM 2022-12-03 00:58:58 -05:00
AOC2016 strip BOM 2022-12-03 00:58:58 -05:00
AOC2017 strip BOM 2022-12-03 00:58:58 -05:00
AOC2018 strip BOM 2022-12-03 00:58:58 -05:00
AOC2019 Use builtin Enumerable.Chunk() and fix test method naming 2022-12-03 19:36:09 -05:00
AOC2020 strip BOM 2022-12-03 00:58:58 -05:00
AOC2021 strip BOM 2022-12-03 00:58:58 -05:00
AOC2022 it's just a different chunk 2022-12-03 16:48:19 -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 strip BOM 2022-12-03 00:58:58 -05:00
DayXX.cs.txt strip BOM 2022-12-03 00:58:58 -05: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 add readme 2022-10-27 12:01:38 -04:00

advent of code

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

imported from my separate repos: