initial commit

This commit is contained in:
2022-04-14 13:42:24 +02:00
commit a6ae1323d2
4 changed files with 30 additions and 0 deletions

5
src/App.java Normal file
View File

@ -0,0 +1,5 @@
public class App {
public static void main(String[] args) throws Exception {
System.out.println("Hello, World!");
}
}