wiritng in ain to say V1

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

View File

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