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