This commit is contained in:
2026-01-13 14:26:06 +08:00
parent 389ea8e720
commit 93e4bf06af
2 changed files with 18 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("大家好,童鞋们");
}
}