Initial commit

This commit is contained in:
Sage Burger 2023-08-15 18:43:52 +02:00
commit 74ec2636b8
4 changed files with 32 additions and 0 deletions

7
src/App.java Normal file
View file

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