Skip to content

Instantly share code, notes, and snippets.

@srih4ri
Created August 19, 2020 05:46
Show Gist options
  • Save srih4ri/dacb59309c7a05cb4d2a57b1f52cbe74 to your computer and use it in GitHub Desktop.
Save srih4ri/dacb59309c7a05cb4d2a57b1f52cbe74 to your computer and use it in GitHub Desktop.
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'sinatra', require: 'sinatra'
end
set :app_file, $0
get '/' do
'Hello world!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment