This commit is contained in:
eliot 2025-04-17 08:55:29 +02:00
parent aa7f807c01
commit 1361a2e675
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import java.util.ArrayList;
public class Board {
public Board(int colNum, int lineNum) {
//TODO test
//TODO test test
}
public int getWidth() {