From a195702b9f43d4646714d5bad34a446261937493 Mon Sep 17 00:00:00 2001 From: mryouse Date: Tue, 10 May 2022 05:15:52 +0000 Subject: cheeky repl header --- repl.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'repl.py') diff --git a/repl.py b/repl.py index 8b4622e..5aa75fd 100644 --- a/repl.py +++ b/repl.py @@ -5,6 +5,8 @@ from std import _get_debug def main(): + print("### neb :)(:") + print("version: < 0") idx = 1 while True: inp = input(f"#{idx}> ") -- cgit v1.2.3