Skip to content

Instantly share code, notes, and snippets.

@nathanhumbert
Created February 14, 2011 06:33
Show Gist options
  • Save nathanhumbert/825559 to your computer and use it in GitHub Desktop.
Save nathanhumbert/825559 to your computer and use it in GitHub Desktop.
class MyApp < Sinatra::Base
get '/' do
'Hello world!'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment