Advertisement
Guest User

Untitled

a guest
Mar 10th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2. #!/usr/bin/ruby
  3.  
  4. puts "HTTP/1.0 200 OK"
  5. puts "Content-type: text/html\n\n"
  6. puts "<html><body>This is a test</body></html>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement