Skip to content

Instantly share code, notes, and snippets.

@alaniomotosho2
Created January 6, 2018 23:59
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 alaniomotosho2/2aaad7c51a158789a4df46a8d42402d2 to your computer and use it in GitHub Desktop.
Save alaniomotosho2/2aaad7c51a158789a4df46a8d42402d2 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