Skip to content

Commit 3ccb651

Browse files
author
walf
committed
test
1 parent b5b445b commit 3ccb651

File tree

4 files changed

+18
-28
lines changed

4 files changed

+18
-28
lines changed

test/src/test/test.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package test;
2+
3+
public class test {
4+
public static void main(String[] args) {
5+
System.out.println("hello");
6+
}
7+
}

test/test.iml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
</component>
11+
</module>

常用API/src/DemoDate.java

Lines changed: 0 additions & 7 deletions
This file was deleted.

常用API/src/Object.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)