This commit is contained in:
louiscklaw
2025-01-31 20:04:51 +08:00
parent 56285a7550
commit 2a6f19a43f
18 changed files with 1532 additions and 0 deletions

View File

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