git-changes/git_changes.py
2025-08-09 14:03:09 +05:30

8 lines
95 B
Python

from __future__ import annotations
def main() -> int:
print('Hello world')
return 0