Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created July 17, 2012 23:14
Show Gist options
  • Save SpencerCooley/3132768 to your computer and use it in GitHub Desktop.
Save SpencerCooley/3132768 to your computer and use it in GitHub Desktop.
require 'sinatra'
def print_that
"Happy Birthday OpenStack"
end
get '/' do
print_that
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment