From f48d603cc4a7f8c61ea2cc1e8192a08d700698ae Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 2 Jun 2024 19:33:30 +0300 Subject: [PATCH] bytebeat_compiler.py: add intro --- bytebeat_compiler.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index 1761328..9150a70 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -1,5 +1,8 @@ #!/usr/bin/python3 +if __name__ == "__main__": + print(":: C bytebeat generator: compiler unit") + from argparse import ArgumentParser from os import environ, makedirs from os.path import exists, join as path_join