第二个类

This commit is contained in:
2025-09-15 14:05:07 +08:00
parent 85680a0d25
commit 5ba2edb3c7

View File

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