Skip to content

Instantly share code, notes, and snippets.

@Liyuu8
Created October 17, 2018 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liyuu8/6732babf8fc917dfc19e05a1f5950c89 to your computer and use it in GitHub Desktop.
Save Liyuu8/6732babf8fc917dfc19e05a1f5950c89 to your computer and use it in GitHub Desktop.
#! /usr/bin/env python3.7
print ("200 OK")
print ("Content-Type: text/plain")
print ("")
print ("Hello CGI!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment