added the ed app

This commit is contained in:
Luxferre
2025-12-21 11:15:26 +02:00
parent 3fa895f63b
commit 356ac02217
+1 -1
View File
@@ -54,7 +54,7 @@ class Ed:
def run(self): def run(self):
while True: while True:
try: try:
cmd_line = input(": ").strip() cmd_line = input(":").strip()
except EOFError: except EOFError:
break break