Skip to content

Instantly share code, notes, and snippets.

@mattn
Created June 4, 2009 03:51
Show Gist options
  • Save mattn/123418 to your computer and use it in GitHub Desktop.
Save mattn/123418 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
get '/hello' do haml "%p Hello, #{params['name'] or 'World'}" end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment