Skip to content

Instantly share code, notes, and snippets.

@ricardochimal
Created June 24, 2009 17:03
Show Gist options
  • Save ricardochimal/135387 to your computer and use it in GitHub Desktop.
Save ricardochimal/135387 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'main'
run Sinatra::Application
require 'sinatra'
get '/' do
"Hello from the intertubes!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment