feat(2023-03): Add day 3 correct answer

This commit is contained in:
Josh Creek
2023-12-04 17:41:39 +00:00
parent f068ba8b7b
commit fc0233517e
+1 -1
View File
@@ -418,7 +418,7 @@ public class Day03
......755. ......755.
...$.*.... ...$.*....
.664.598..", 467835)] .664.598..", 467835)]
[TestCase(null, 1783)] // The actual answer [TestCase(null, 81997870)] // The actual answer
public void Part2(string input, int? expected) public void Part2(string input, int? expected)
{ {
string[] lines = input != null ? input.Split("\n") : realData; string[] lines = input != null ? input.Split("\n") : realData;