Skip to content
Snippets Groups Projects

Add tests for python3

Merged Dimitra Chatzichrysou requested to merge python3-tests into master
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
cgi-bin/hello3.py 0 → 100755
+ 3
0
#!/usr/bin/python3
print("Content-type: text/html\n")
print("Hello, World!")
Loading