This commit is contained in:
2025-12-23 13:56:31 +08:00
commit e483b05a85
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.inmind;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("你好,同学们");
}
}