git zum laufen bekommen fast

This commit is contained in:
Ewen Kerbs 2021-11-08 10:29:38 +01:00
parent 92338f4303
commit f3e1325105
2 changed files with 4 additions and 4 deletions

4
.idea/Tetris.iml generated
View File

@ -2,7 +2,9 @@
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

View File

@ -1,8 +1,6 @@
public class hallo{
public class test{
public static void main(String[] args) {
System.out.println("hallo");
}
}
}