Skip to content

Instantly share code, notes, and snippets.

@gelias
Created March 25, 2015 16:28
Show Gist options
  • Save gelias/13c7005c8ba2f7871382 to your computer and use it in GitHub Desktop.
Save gelias/13c7005c8ba2f7871382 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
set :port => 80
get '/' do
"Welcome"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment