diff --git a/day3/Program.cs b/day3/Program.cs index fc3ab5c..2758281 100644 --- a/day3/Program.cs +++ b/day3/Program.cs @@ -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"); \ No newline at end of file +Console.WriteLine($"The answer to Part 2 is {day3.PartTwo()}"); \ No newline at end of file