Compare commits
No commits in common. "eaaa2ee6dcfffbf906550246a107012a49b7d533" and "4a1a66eeec5b4f83d485ea89e0470ff7e7cda9cb" have entirely different histories.
eaaa2ee6dc
...
4a1a66eeec
11
ChareSWE.iml
11
ChareSWE.iml
@ -1,11 +0,0 @@
|
|||||||
<?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="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
6
src/HelloWorld.java
Normal file
6
src/HelloWorld.java
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
public class HelloWorld {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
System.out.println("Hallo Welt");
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +0,0 @@
|
|||||||
package PACKAGE_NAME;
|
|
||||||
|
|
||||||
public class TestGumbert {
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user