Browse Source

Praktikum 17.10.2023 first commit

master
Armin Wach 6 months ago
parent
commit
6c7ab120a9
2 changed files with 12 additions and 1 deletions
  1. 1
    1
      .gitignore
  2. 11
    0
      Prog3.iml

+ 1
- 1
.gitignore View File

@@ -27,4 +27,4 @@ bin/

### Mac OS ###
.DS_Store
/Prog3.iml

+ 11
- 0
Prog3.iml 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="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Loading…
Cancel
Save