Skip to content

Instantly share code, notes, and snippets.

@ramonpin
Last active January 22, 2021 15:23
Show Gist options
  • Save ramonpin/42231ca241c4ec01ead3c5b891dd22d8 to your computer and use it in GitHub Desktop.
Save ramonpin/42231ca241c4ec01ead3c5b891dd22d8 to your computer and use it in GitHub Desktop.
Sinatra App Simple Sample
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