Merge branch 'master' of
https://gitarero.ecam.fr/marleen.peterson/OOP_3B4_Project.git
This commit is contained in:
commit
f7c26e07f4
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
public class src {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue