Test Klasse hinzugefügt

feature
Berat 2024-11-08 15:38:43 +01:00
parent ad5bae4dd0
commit 671d863d26
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
public class Test {
public static void main(String[] args) {
System.out.println("ABC");
}
}