Skip to content

Instantly share code, notes, and snippets.

Created August 13, 2010 21:47
Show Gist options
  • Save anonymous/523594 to your computer and use it in GitHub Desktop.
Save anonymous/523594 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