Skip to content

Instantly share code, notes, and snippets.

@dwiash
Created September 14, 2009 19:00
Show Gist options
  • Save dwiash/186851 to your computer and use it in GitHub Desktop.
Save dwiash/186851 to your computer and use it in GitHub Desktop.
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