diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 12:59:31 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 12:59:31 +0200 |
| commit | e5316d69dad8e156bd40e1f0204bb34dcd062fb7 (patch) | |
| tree | 7af89ffd613db6c60666da9877667d07c188f1a9 /main.py | |
| parent | 729203409fb73fdbac19b8af9d647883a5ac96b0 (diff) | |
Transitioned to UV
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +def main(): + print("Hello from match-up!") + + +if __name__ == "__main__": + main() |
