Skip to content

Instantly share code, notes, and snippets.

@bakkdoor
Created April 28, 2011 13:14
Show Gist options
  • Save bakkdoor/946319 to your computer and use it in GitHub Desktop.
Save bakkdoor/946319 to your computer and use it in GitHub Desktop.
require("rubygems")
require("sinatra")
get("/") {
"Hello, Sinatra, from Fancy!"
}
Sinatra Application run!()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment