Gather data

This commit is contained in:
mike
2026-01-09 02:49:12 +01:00
parent adb05e1516
commit df981d8601
2 changed files with 12 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ public class MainTest {
// Initialize with #
for (int r = 0; r < 3; r++) {
for (int c = 0; c < 4; c++) {
grid.setCharAt(r, c, C_DASH);
grid.clear(r, c);
}
}