Merge branch 'master' of

https://gitarero.ecam.fr/marleen.peterson/OOP_3B4_Project.git
This commit is contained in:
utente 2025-04-15 09:46:52 +02:00
commit f7c26e07f4
10 changed files with 767 additions and 771 deletions

View File

@ -1,11 +1,11 @@
package backend; hello
package backend;
import java.util.ArrayList;
public class Board {
public Board(int colNum, int lineNum) {
//TODO
hello
}
public int getWidth() {

View File

@ -1,4 +0,0 @@
public class src {
}