Skip to content

Instantly share code, notes, and snippets.

@shtirlic
Created March 25, 2010 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shtirlic/344221 to your computer and use it in GitHub Desktop.
Save shtirlic/344221 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
require "sinatra/reloader"
get '/h' do
'Helllllo world!'
end
get '/t' do
'this!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment