Skip to content

Instantly share code, notes, and snippets.

@Wardrop
Created October 17, 2010 00:32
Show Gist options
  • Save Wardrop/630406 to your computer and use it in GitHub Desktop.
Save Wardrop/630406 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
require 'sinatra/reloader'
before do
headers "Content-Type" => "application/octet-stream"
end
get "/" do
"Hello World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment