maybe some advent of code solutions
Go to file
Ben Harris b4828d3258
continuous-integration/drone/push Build is passing Details
move lcm and gcf to Util
2021-12-01 14:58:23 -05:00
aoc2019 move lcm and gcf to Util 2021-12-01 14:58:23 -05:00
aoc2019.test tidy up test output, apply formatting/naming 2021-12-01 14:34:05 -05:00
.drone.yml update to .net 6 2021-11-09 16:52:21 -05:00
.editorconfig tidy day2 2019-12-05 01:55:15 -05:00
.gitignore update gitignore and run resharper cleanup 2020-12-02 00:36:24 -05:00
README.md tidy up test output, apply formatting/naming 2021-12-01 14:34:05 -05:00
aoc2019.sln move project to subdirectory and add unit testing 2020-12-16 18:06:36 -05:00

README.md

aoc2019

Build Status

some advent of code solutions for 2019

starting out with c#, we'll see how it goes this year

using .net core 3.0 .net 6.0, run all solutions with dotnet run