maybe some advent of code solutions
Go to file
Ben Harris c66d1d6b33
continuous-integration/drone/push Build was killed Details
day17 part1
2020-12-03 22:58:57 -05:00
input add all input files 2020-12-02 01:31:12 -05:00
lib day17 part1 2020-12-03 22:58:57 -05:00
.drone.yml work on day 14 2020-12-02 01:31:01 -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
Day.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day1.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day2.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day3.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day4.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day5.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day6.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day7.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day8.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day9.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day10.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day11.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day12.cs set Part1() and Part2() to protected 2020-12-02 01:58:54 -05:00
Day13.cs use tuple deconstruction 2020-12-02 02:08:11 -05:00
Day14.cs Fix day14 2020-12-02 02:00:24 -05:00
Day15.cs day17 part1 2020-12-03 22:58:57 -05:00
Day16.cs day 16 2020-12-02 22:56:27 -05:00
Day17.cs day17 part1 2020-12-03 22:58:57 -05:00
Program.cs update gitignore and run resharper cleanup 2020-12-02 00:36:24 -05:00
README.md build for all branches 2019-12-06 13:52:30 -05:00
aoc2019.csproj seal classes 2020-12-01 23:50:35 -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