Adding perfomance enhancing file.

This commit is contained in:
Pascal Scheiben
2025-09-15 17:04:08 +02:00
parent b843aefd1d
commit fe80af638b

5
main.py Normal file
View File

@@ -0,0 +1,5 @@
def main() -> None:
print("Hello, World!")
if __name__ == "__main__":
main()