summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/dir with spaces/hello.cgi
blob: 39decbeb13cf2caa8de2906b3b674794a9052e6d (plain)
1
2
3
#!/usr/bin/env perl

print "Content-Type: text/plain\n\nhello\n";