test highlighted

This commit is contained in:
cleme 2025-05-16 08:47:39 +02:00
parent 4e83ff4a09
commit 1879da5ede
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public class Board {
return 31 * x + y;
}
}
public Board(int colNum, int lineNum) {
this.width = colNum;