Minor cleanup
This commit is contained in:
+1
-2
@@ -3,5 +3,4 @@
|
|||||||
var fileContents = File.ReadAllText(Path.GetFullPath("input.txt"));
|
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");
|
|
||||||
Reference in New Issue
Block a user