Skip to content

Instantly share code, notes, and snippets.

@clifton
Created March 15, 2012 06:44
Show Gist options
  • Select an option

  • Save clifton/2042565 to your computer and use it in GitHub Desktop.

Select an option

Save clifton/2042565 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
sleep 1
"Hello World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment