第二次提交

This commit is contained in:
2026-04-19 13:40:10 +08:00
parent d00a10a6a9
commit 3e2738461c
2 changed files with 12 additions and 0 deletions

11
day01/day01.iml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="17" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@@ -6,5 +6,6 @@ public class HelloWorld {
System.out.println("你好java!");
System.out.println("你好java!");
System.out.println("你好java!");
System.out.println("添加了一些代码!!!");
}
}