Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created November 24, 2010 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamwiggins/714309 to your computer and use it in GitHub Desktop.
Save adamwiggins/714309 to your computer and use it in GitHub Desktop.
require 'web'
run Sinatra::Application
source :gemcutter
gem 'sinatra', '1.0'
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