initial commit

This commit is contained in:
2022-02-20 21:32:16 +01:00
commit b2ddd0b8f9
5 changed files with 695 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!");
}
}