Skip to content

Instantly share code, notes, and snippets.

@emaldonado
Forked from vangberg/app.rb
Created March 13, 2014 18:11
Show Gist options
  • Save emaldonado/9533678 to your computer and use it in GitHub Desktop.
Save emaldonado/9533678 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
"Hello world"
end
require 'rubygems'
require 'app'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment