Skip to content

Instantly share code, notes, and snippets.

@RooSoft
Created November 14, 2012 01:54
Show Gist options
  • Save RooSoft/4069753 to your computer and use it in GitHub Desktop.
Save RooSoft/4069753 to your computer and use it in GitHub Desktop.
Sinatra hello world
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