about summary refs log tree commit diff
path: root/Day.cs
Commit message (Collapse)AuthorAgeFilesLines
* move project to subdirectory and add unit testingBen Harris2020-12-161-49/+0
| | | | day 13 is removed from the test so it doesn't take 4 years
* refactor to two-digit day names and add puzzlenameBen Harris2020-12-161-10/+22
|
* set Part1() and Part2() to protectedBen Harris2020-12-021-3/+3
|
* update gitignore and run resharper cleanupBen Harris2020-12-021-1/+2
|
* add stopwatch benchmarkingBen Harris2019-12-071-3/+15
|
* add virtual implementation for reading input fileBen Harris2019-12-061-0/+7
|
* tidy up, refactor program.cs by dayBen Harris2019-12-051-5/+9
|
* add DayFactory and cli options for dayBen Harris2019-12-021-0/+13