Skip to content

Instantly share code, notes, and snippets.

@ethnt
Created April 3, 2010 01:19
Show Gist options
  • Save ethnt/353969 to your computer and use it in GitHub Desktop.
Save ethnt/353969 to your computer and use it in GitHub Desktop.
require 'rubygems'
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