diff --git a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml index c90834f..4ecaa16 100644 --- a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml +++ b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml @@ -1,8 +1,9 @@ - +?xml version="1.0" encoding="UTF-8"?> + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/gruppe06-hufflepuff-projekt2-texteditor.iml b/gruppe06-hufflepuff-projekt2-texteditor.iml deleted file mode 100644 index c90834f..0000000 --- a/gruppe06-hufflepuff-projekt2-texteditor.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/TextEditor.java b/src/TextEditor.java index 5599ac5..45cd654 100644 --- a/src/TextEditor.java +++ b/src/TextEditor.java @@ -1,2 +1,6 @@ public class TextEditor { + + public static void main(String[] args) { + + } }