WEB开发第一次提交

This commit is contained in:
2026-09-12 13:19:21 +08:00
commit ccc6a92b15
3 changed files with 57 additions and 0 deletions
@@ -0,0 +1,7 @@
package com.inmind;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello Maven");
}
}