Skip to content

Instantly share code, notes, and snippets.

@picatz
Created December 27, 2016 19:43
Show Gist options
  • Save picatz/2aa55b643f449bc5b2b0dae38f43f8b7 to your computer and use it in GitHub Desktop.
Save picatz/2aa55b643f449bc5b2b0dae38f43f8b7 to your computer and use it in GitHub Desktop.
For an article
require 'sinatra'
get '/' do
"My first Sinatra Application!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment