Skip to content

Instantly share code, notes, and snippets.

@mies
Created October 5, 2009 19:29
Show Gist options
  • Save mies/202367 to your computer and use it in GitHub Desktop.
Save mies/202367 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
"Sinatra is awesome"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment