From 356ac02217c3894f864f8a0f124fc9a718f1d144 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 21 Dec 2025 11:15:26 +0200 Subject: [PATCH] added the ed app --- app/ed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ed.py b/app/ed.py index c3a5072..9a53ee0 100644 --- a/app/ed.py +++ b/app/ed.py @@ -54,7 +54,7 @@ class Ed: def run(self): while True: try: - cmd_line = input(": ").strip() + cmd_line = input(":").strip() except EOFError: break