pyodide/test/data.cgi

5 lines
78 B
Python
Executable File

#!/usr/bin/env python
print("Content-Type: text/text")
print()
print("HELLO")