Skip to content

Instantly share code, notes, and snippets.

@timmillwood
Created October 25, 2012 09:28
Show Gist options
  • Save timmillwood/3951620 to your computer and use it in GitHub Desktop.
Save timmillwood/3951620 to your computer and use it in GitHub Desktop.
Simple Sinatra app
require 'sinatra'
get '/hi' do
"Hello World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment