Skip to content

Instantly share code, notes, and snippets.

@lucian303
Created May 11, 2013 22:51
Show Gist options
  • Save lucian303/5561703 to your computer and use it in GitHub Desktop.
Save lucian303/5561703 to your computer and use it in GitHub Desktop.
sinatra.rb
require 'sinatra'
get '/' do
"Hello World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment