refactoring

This commit is contained in:
Christoph Kroczek
2019-07-10 21:23:05 +02:00
parent bc8e880b0e
commit 91c86037ad
20 changed files with 0 additions and 349 deletions

View File

@@ -0,0 +1,8 @@
public class Main {
public static void main(String[] args) {
// Ausgabe Hello World!
System.out.println("Hello World!");
}
}