RUBY   28
test cgi
Guest on 17th September 2023 09:34:41 PM


  1. #!/usr/bin/env ruby
  2.  
  3. puts "HTTP/1.0 200 OK"
  4. puts "Content-type: text/html\n\n"
  5. puts "<html><body>This is a test</body></html>"

Raw Paste

Login or Register to edit or fork this paste. It's free.