diff options
| author | mryouse | 2022-05-10 05:15:52 +0000 |
|---|---|---|
| committer | mryouse | 2022-05-10 05:15:52 +0000 |
| commit | a195702b9f43d4646714d5bad34a446261937493 (patch) | |
| tree | e20921c92b25aff2c9c4beb1c19b9403b3ef0bf9 | |
| parent | fcff78ad45953c2473270c928e0256917f30d5c2 (diff) | |
cheeky repl header
| -rw-r--r-- | repl.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ from std import _get_debug def main(): + print("### neb :)(:") + print("version: < 0") idx = 1 while True: inp = input(f"#{idx}> ") |
