added main method

This commit is contained in:
schrom01
2021-10-29 09:06:34 +02:00
parent 9eaacfeade
commit a4e9dc81b6
3 changed files with 15 additions and 1 deletions
+4
View File
@@ -1,2 +1,6 @@
public class TextEditor {
public static void main(String[] args) {
}
}