new test program

This commit is contained in:
ChUrl
2021-01-17 17:57:26 +01:00
parent aa48550b3c
commit 5a384af948

View File

@ -1,5 +0,0 @@
class TestClass {
public static void main(String[] args) {
System.out.println("Hallo Welt!");
}
}