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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user