Skip to content

Instantly share code, notes, and snippets.

@jckdotim
Created January 28, 2012 12:15
Show Gist options
  • Save jckdotim/1694116 to your computer and use it in GitHub Desktop.
Save jckdotim/1694116 to your computer and use it in GitHub Desktop.
sinatra tutorial
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