Skip to content

Instantly share code, notes, and snippets.

@mccrory
Created July 31, 2011 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mccrory/1117038 to your computer and use it in GitHub Desktop.
Save mccrory/1117038 to your computer and use it in GitHub Desktop.
Hello From Cloud Foundry
require 'rubygems'
require 'sinatra'
get '/' do
"Hello from Cloud Foundry"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment