serv init

This commit is contained in:
2025-09-28 14:20:09 +08:00
parent f37a9f4163
commit 6fda9d89f6
57 changed files with 3756 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package org.xyzh;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}