Skip to content

Instantly share code, notes, and snippets.

@daz4126
Created January 5, 2010 08:57
Show Gist options
  • Save daz4126/269256 to your computer and use it in GitHub Desktop.
Save daz4126/269256 to your computer and use it in GitHub Desktop.
Basic Sinatra App
require 'rubygems'
require 'sinatra'
get '/' do
"I did it my way!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment