模块新增

This commit is contained in:
2025-12-04 16:45:56 +08:00
parent 9cb4844be4
commit b3200f8858
25 changed files with 562 additions and 3 deletions

View File

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