This commit is contained in:
Mauve
2026-05-15 09:47:14 +08:00
parent b278bcfee1
commit b5ee190dca
+5
View File
@@ -0,0 +1,5 @@
public class TestRun {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}