aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormryouse2022-05-10 05:15:52 +0000
committermryouse2022-05-10 05:15:52 +0000
commita195702b9f43d4646714d5bad34a446261937493 (patch)
treee20921c92b25aff2c9c4beb1c19b9403b3ef0bf9
parentfcff78ad45953c2473270c928e0256917f30d5c2 (diff)
cheeky repl header
-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}> ")