Skip to content

Instantly share code, notes, and snippets.

@saboyutaka
Created March 22, 2018 11:18
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 saboyutaka/622ce309fcdb182c79026aa5de38644a to your computer and use it in GitHub Desktop.
Save saboyutaka/622ce309fcdb182c79026aa5de38644a to your computer and use it in GitHub Desktop.
require 'sinatra'
require 'sinatra/reloader' if development?
get '/' do
'Hello world!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment