Skip to content

Instantly share code, notes, and snippets.

@hash32bot

hash32bot/app.rb Secret

Created December 25, 2018 13:12
Show Gist options
  • Save hash32bot/3097ed9f44f1b88be5c1968be3949a8d to your computer and use it in GitHub Desktop.
Save hash32bot/3097ed9f44f1b88be5c1968be3949a8d to your computer and use it in GitHub Desktop.
Sinatra App 1 - http://bit.ly/2V9p6OL
require 'sinatra'
class ConferenceApp < Sinatra::Base
get '/' do
'It Works!'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment