nix-templates/python/hello/app.py
2025-05-03 21:44:04 +03:00

2 lines
53 B
Python

if __name__ == "__main__":
print(f"Hello!, 123")