Skip to content

Instantly share code, notes, and snippets.

@ojiry
Created June 17, 2012 15:47
Show Gist options
  • Save ojiry/2944916 to your computer and use it in GitHub Desktop.
Save ojiry/2944916 to your computer and use it in GitHub Desktop.
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