Skip to content

Instantly share code, notes, and snippets.

@hasansezertasan
Last active November 26, 2025 09:15
Show Gist options
  • Select an option

  • Save hasansezertasan/c032e9d4824d56f1e4264ae689e88296 to your computer and use it in GitHub Desktop.

Select an option

Save hasansezertasan/c032e9d4824d56f1e4264ae689e88296 to your computer and use it in GitHub Desktop.
# /// 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