remove test

This commit is contained in:
mimie 2025-04-10 09:47:25 +02:00
parent 3faf48a18f
commit 9cc1b9ba1b
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ public class Main {
MyInterface mjf = new MyInterface();
mjf.setVisible(true);
System.out.println("Hello");
}
}