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

@ -34,6 +34,7 @@ public class Board {
} }
} }
public Board(int colNum, int lineNum) { public Board(int colNum, int lineNum) {
this.width = colNum; this.width = colNum;
this.height = lineNum; this.height = lineNum;