Added new data and answers for testing, as well as fixed Day3 console print
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-05 22:40:17 -08:00
parent ee9ecad64a
commit f369fc86ed
18 changed files with 1923 additions and 7 deletions

View File

@@ -66,7 +66,6 @@ namespace AdventOfCode._2023
_board[x,y] = input[x][y];
}
}
_board.PrintSquareArray();
//Pull out our schematic numbers from our board
for (int x = 0; x < _board.GetLength(0); x++)