Initial commit

This commit is contained in:
syx_computer
2025-09-30 13:20:26 +08:00
commit fd230339bd
18 changed files with 220 additions and 0 deletions

6
hello.java Normal file
View File

@@ -0,0 +1,6 @@
public class hello {
public static void main(String[] args) {
System.out.println("helloworld");
}
}