Forgot to commit yesterday

This commit is contained in:
Sage The DM 2024-10-24 11:04:38 +02:00
parent f37709767f
commit f085d34d83
4 changed files with 30 additions and 0 deletions

View file

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