Minor cleanup
This commit is contained in:
parent
2b8315b3ab
commit
871f9e7bf5
@ -4,4 +4,3 @@ var fileContents = File.ReadAllText(Path.GetFullPath("input.txt"));
|
|||||||
var day3 = new Day3(fileContents);
|
var day3 = new Day3(fileContents);
|
||||||
Console.WriteLine($"The answer to Part 1 is {day3.PartOne()}");
|
Console.WriteLine($"The answer to Part 1 is {day3.PartOne()}");
|
||||||
Console.WriteLine($"The answer to Part 2 is {day3.PartTwo()}");
|
Console.WriteLine($"The answer to Part 2 is {day3.PartTwo()}");
|
||||||
Console.WriteLine("Hello World");
|
|
||||||
Loading…
x
Reference in New Issue
Block a user