Skip to content

Instantly share code, notes, and snippets.

@ojiry
Created June 17, 2012 17:06
Show Gist options
  • Save ojiry/2945072 to your computer and use it in GitHub Desktop.
Save ojiry/2945072 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
get '/' do
'Hello world!'
end
require './app'
run Sinatra::Application
source :rubygems
gem 'sinatra'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment