第一个类

This commit is contained in:
2025-09-15 13:53:20 +08:00
parent 419ebb7fd6
commit 85680a0d25

View File

@@ -0,0 +1,7 @@
package com.inmind;
public class Demo {
public static void main(String[] args) {
System.out.println("hello maven");
}
}