初始化

This commit is contained in:
2025-04-11 09:50:09 +08:00
commit 5cf3b30faa
17 changed files with 620 additions and 0 deletions

5
src/Main.java Normal file
View File

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