This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
GeminiScripts/hello-world

5 lines
93 B
Python
Executable file

#!/usr/bin/env python3
import smolcgi
smolcgi.header(20, "text/plain")
print("Hello world!")