Inital Commit

This commit is contained in:
2026-04-28 19:38:01 +02:00
parent 756328c9eb
commit 44062d3a6b
4 changed files with 145 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
package xyz.dorniok;
/**
* Hello world!
*/
public class App {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}