service api

This commit is contained in:
2025-09-28 15:50:46 +08:00
parent f6e9206da3
commit 0190655c53
3 changed files with 69 additions and 5 deletions

View File

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