maybe some advent of code solutions
Go to file
Ben Harris 06316af729 day 3 2019-12-03 03:46:14 -05:00
input day 3 2019-12-03 03:46:14 -05:00
.gitignore day1 init 2019-12-01 02:35:17 -05:00
Day.cs add DayFactory and cli options for day 2019-12-02 22:10:05 -05:00
Day1.cs add DayFactory and cli options for day 2019-12-02 22:10:05 -05:00
Day2.cs add DayFactory and cli options for day 2019-12-02 22:10:05 -05:00
Day3.cs day 3 2019-12-03 03:46:14 -05:00
DayFactory.cs day 3 2019-12-03 03:46:14 -05:00
Program.cs add DayFactory and cli options for day 2019-12-02 22:10:05 -05:00
README.md add README 2019-12-01 02:45:24 -05:00
aoc2019.csproj day 3 2019-12-03 03:46:14 -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