Refactor to use interface IDay

This commit is contained in:
2018-12-07 01:30:45 +01:00
parent 2760f9f9de
commit 4cffe19c3a
11 changed files with 56 additions and 86 deletions

View File

@@ -51,7 +51,7 @@ namespace AdventOfCode2018
*/
public class Day02
public class Day02 : IDay
{
private int CountOccurrencesOfLetter(string text, char letter)
{