Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/dir with spaces/hello.cgi

4 lines
66 B
Plaintext
Raw Normal View History

2025-08-22 18:22:57 +08:00
#!/usr/bin/env perl
print "Content-Type: text/plain\n\nhello\n";