maybe some advent of code solutions
Go to file
Ben Harris edd8e87b4c
continuous-integration/drone/push Build is passing Details
day 13
2019-12-13 15:36:28 -05:00
input day 13 2019-12-13 15:36:28 -05:00
lib day 13 2019-12-13 15:36:28 -05:00
.drone.yml build for all branches 2019-12-06 13:52:30 -05:00
.editorconfig tidy day2 2019-12-05 01:55:15 -05:00
.gitignore day1 init 2019-12-01 02:35:17 -05:00
Day.cs add stopwatch benchmarking 2019-12-07 04:11:19 -05:00
Day1.cs optimize day 12 2019-12-12 16:29:53 -05:00
Day2.cs remove unnecessary usings 2019-12-11 23:54:52 -05:00
Day3.cs remove unnecessary usings 2019-12-11 23:54:52 -05:00
Day4.cs remove unnecessary usings 2019-12-11 23:54:52 -05:00
Day5.cs remove unnecessary usings 2019-12-11 23:54:52 -05:00
Day6.cs day 6 2019-12-06 02:02:01 -05:00
Day7.cs day 13 2019-12-13 15:36:28 -05:00
Day8.cs day 8 2019-12-08 01:56:33 -05:00
Day9.cs remove unnecessary usings 2019-12-11 23:54:52 -05:00
Day10.cs fix day 10 2019-12-11 23:47:22 -05:00
Day11.cs remove unnecessary usings 2019-12-11 23:54:52 -05:00
Day12.cs increment step in Step() 2019-12-12 16:32:05 -05:00
Day13.cs day 13 2019-12-13 15:36:28 -05:00
Program.cs day 10 part 1 2019-12-10 01:57:58 -05:00
README.md build for all branches 2019-12-06 13:52:30 -05:00
aoc2019.csproj day 13 2019-12-13 15:36:28 -05:00
aoc2019.sln day 11 2019-12-11 23:47:39 -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, run all solutions with dotnet run