Skip to content

Instantly share code, notes, and snippets.

@nommy
Created May 31, 2012 12:04
Show Gist options
  • Save nommy/2842975 to your computer and use it in GitHub Desktop.
Save nommy/2842975 to your computer and use it in GitHub Desktop.
Sinatra Hello,world
require 'rubygems'
require 'sinatra'
get '/' do
'Hello, world!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment