Skip to content

Instantly share code, notes, and snippets.

@susmithagudapati
Last active April 18, 2020 21:36
Show Gist options
  • Save susmithagudapati/c95089ce57791124e3d7ff54012b11d5 to your computer and use it in GitHub Desktop.
Save susmithagudapati/c95089ce57791124e3d7ff54012b11d5 to your computer and use it in GitHub Desktop.
def application(environ, start_response):
start_response("200 OK", [("Content-Type", "text/plain")])
return b"Hello, World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment