mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 19:23:46 +00:00
feat(2023-03): Add day 3 correct answer
This commit is contained in:
@@ -418,7 +418,7 @@ public class Day03
|
||||
......755.
|
||||
...$.*....
|
||||
.664.598..", 467835)]
|
||||
[TestCase(null, 1783)] // The actual answer
|
||||
[TestCase(null, 81997870)] // The actual answer
|
||||
public void Part2(string input, int? expected)
|
||||
{
|
||||
string[] lines = input != null ? input.Split("\n") : realData;
|
||||
|
||||
Reference in New Issue
Block a user