Skip to content

Commit a4e8539

Browse files
committed
Add python3.9
1 parent bff2931 commit a4e8539

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cgi-bin/py39.cgi

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/python3.9
2+
3+
import hoge
4+
5+
print("Content-type: text/html")
6+
print("\n")
7+
print("<html>")
8+
print(hoge.hoge())
9+
print('This cgi script written by python.')
10+
print("</html>")

0 commit comments

Comments
 (0)