maybe some advent of code solutions
Go to file
Ben Harris c8fd30d2ec speed up day2part2, tidy up a bit 2019-12-02 21:02:12 -05:00
input day2 2019-12-02 01:00:53 -05:00
.gitignore day1 init 2019-12-01 02:35:17 -05:00
Day1.cs day1 init 2019-12-01 02:35:17 -05:00
Day2.cs speed up day2part2, tidy up a bit 2019-12-02 21:02:12 -05:00
Program.cs day2 2019-12-02 01:00:53 -05:00
README.md add README 2019-12-01 02:45:24 -05:00
aoc2019.csproj day1 init 2019-12-01 02:35:17 -05:00

README.md

aoc2019

some advent of code solutions for 2019

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

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