项目初始化

This commit is contained in:
2025-07-18 10:30:04 +08:00
parent c933c655c1
commit b23999e5ee
3 changed files with 383 additions and 7 deletions

View File

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