初始化

This commit is contained in:
lu
2025-09-06 19:37:36 +08:00
commit 4ce56518aa
8 changed files with 110 additions and 0 deletions

View File

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