aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repl.py2
1 files changed, 2 insertions, 0 deletions
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}> ")