Skip to content

Instantly share code, notes, and snippets.

@larrywright
Created April 10, 2009 22:42
Show Gist options
  • Save larrywright/93347 to your computer and use it in GitHub Desktop.
Save larrywright/93347 to your computer and use it in GitHub Desktop.
#from the Sinatra home page at http://www.sinatrarb.com/
require 'rubygems'
require 'sinatra'
get '/hi' do
"Hello World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment