Skip to content

Instantly share code, notes, and snippets.

@ethnt
Created March 5, 2010 23:48
Show Gist options
  • Save ethnt/323305 to your computer and use it in GitHub Desktop.
Save ethnt/323305 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
get '/' do
"Yeah, totally rad, right?"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment