Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created January 21, 2010 01:57
Show Gist options
  • Select an option

  • Save jpoz/282509 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/282509 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
get '/' do
'Well hello there'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment