This commit is contained in:
louiscklaw
2025-02-01 02:11:33 +08:00
commit 5fe1d532f2
21 changed files with 1580 additions and 0 deletions

View File

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