Skip to content

Instantly share code, notes, and snippets.

@takuan-osho
Created May 4, 2016 08:45
Show Gist options
  • Save takuan-osho/337dc2e06f7673d16e1dcb86a1d11f9e to your computer and use it in GitHub Desktop.
Save takuan-osho/337dc2e06f7673d16e1dcb86a1d11f9e 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