ben
/
aoc
1
0
Fork 0
my advent of code solutions in c#
Go to file
Ben Harris 425acc5de5 avoid some allocations
2015 was allocating over 2gb memory in small object heap for the md5 byte conversions
2023-09-18 14:48:24 -04:00
AOC.Common .net 8 2023-09-18 14:47:17 -04:00
AOC.Test .net 8 2023-09-18 14:47:17 -04:00
AOC2015 avoid some allocations 2023-09-18 14:48:24 -04:00
AOC2016 .net 8 2023-09-18 14:47:17 -04:00
AOC2017 .net 8 2023-09-18 14:47:17 -04:00
AOC2018 .net 8 2023-09-18 14:47:17 -04:00
AOC2019 trygetvalue! 2023-09-18 14:47:41 -04:00
AOC2020 trygetvalue! 2023-09-18 14:47:41 -04:00
AOC2021 .net 8 2023-09-18 14:47:17 -04:00
AOC2022 .net 8 2023-09-18 14:47:17 -04: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 8 2023-09-18 14:47:17 -04:00

README.md

advent of code

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

imported from my separate repos: