Advertisement
Sephinroth

code_for_cgi_script

Oct 12th, 2023 (edited)
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     printf("Content.TYPE:text/html\n\n");
  5.     printf("<h1>Hello</h1>");
  6.     return 0;
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement