my AoC solutions in c#
Go to file
Ben Harris 28eb4378a2
continuous-integration/drone/push Build is passing Details
use BigInteger for large inputs
also don't calculate MostCommon inside .Where()
2021-12-03 13:25:50 -05:00
aoc2021 use BigInteger for large inputs 2021-12-03 13:25:50 -05:00
aoc2021.test day 3 part 2 2021-12-03 12:00:42 -05:00
.drone.yml add drone tests 2021-11-11 00:22:20 -05:00
.gitignore init 2021-11-11 00:19:35 -05:00
README.md add drone tests 2021-11-11 00:22:20 -05:00
aoc2021.sln init 2021-11-11 00:19:35 -05:00

README.md

aoc2021

Build Status

let's see how far i get this year