Skip to content

Instantly share code, notes, and snippets.

@jaydonnell
Created December 23, 2009 18:22
Show Gist options
  • Save jaydonnell/262681 to your computer and use it in GitHub Desktop.
Save jaydonnell/262681 to your computer and use it in GitHub Desktop.
# myapp.rb
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