Skip to content

Instantly share code, notes, and snippets.

@kylefritz
Created June 20, 2014 14:57
Show Gist options
  • Select an option

  • Save kylefritz/b178058b059e47cdc340 to your computer and use it in GitHub Desktop.

Select an option

Save kylefritz/b178058b059e47cdc340 to your computer and use it in GitHub Desktop.
my next startup
require 'sinatra'
get '/*' do
"yo"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment