first commit

This commit is contained in:
2025-02-11 23:07:10 +08:00
commit 3c709917e1
12 changed files with 269 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!");
}
}