Testing file removed

This commit is contained in:
eliot 2025-05-21 20:19:52 +02:00
parent 9cc3724e07
commit ae060e0eed
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ public class Main {
System.out.println("Initial board:");
System.out.println(testBoard.toString());
saveBoard(testBoard, "save.board");
Board loadedBoard = loadBoard("save.board");
System.out.println("\nLoaded board:\n" + loadedBoard);
// launches graphical interface :
MyInterface mjf = new MyInterface();
mjf.setVisible(true);