This commit is contained in:
MSI-AB\antoineB 2025-05-16 09:55:29 +02:00
parent 89c8f689dd
commit 6628ecdb12
1 changed files with 22 additions and 22 deletions

View File

@ -1,12 +1,12 @@
import backend.Board;
import backend.Move;
import backend.Piece;
import backend.PieceType;
import backend.Board;
import backend.Move;
import backend.Piece;
import backend.PieceType;
import windowInterface.MyInterface;
import windowInterface.MyInterface;
public class Main {
public class Main {
public static void main(String[] args) {
@ -20,4 +20,4 @@ public class Main {
mjf.setVisible(true);
}
}
}