#!/usr/bin/env ruby
print "Content-type: text/html\n\n"
puts "<html><body><h1>Hello from Ruby Source!</h1></body></html>"
