return to basic main function

This commit is contained in:
Jérôme BEDIER 2025-04-18 14:41:34 +02:00
parent e3081a2fb9
commit c642476032
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ public class Main {
// launches graphical interface : // launches graphical interface :
MyInterface mjf = new MyInterface(); MyInterface mjf = new MyInterface();
mjf.setVisible(true); mjf.setVisible(true);
System.out.println("VErsion 1.0");
} }
} }