initial commit

This commit is contained in:
2026-01-01 15:04:13 +00:00
commit e18b3a900c
5 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package org.zaine.app;
/**
* Hello world!
*/
public class App {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}