Last active
November 26, 2025 09:15
-
-
Save hasansezertasan/c032e9d4824d56f1e4264ae689e88296 to your computer and use it in GitHub Desktop.
PEP-0723, uv and gist, run with: `uv run https://gist.githubusercontent.com/hasansezertasan/c032e9d4824d56f1e4264ae689e88296/raw/8193b116a64239b1cb0bf2975911bc27a97e0a55/main.py`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.14" | |
| # dependencies = [] | |
| # /// | |
| def main() -> None: | |
| print("Hello from gist!") | |
| if __name__ == "__main__": | |
| main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment