Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 25, 2017 20:32
Show Gist options
  • Select an option

  • Save crestinglight/34036053d32417dccb316509a23722fa to your computer and use it in GitHub Desktop.

Select an option

Save crestinglight/34036053d32417dccb316509a23722fa to your computer and use it in GitHub Desktop.
require 'sinatra'
get("/"){
erb :index
}
get("/puzzle01"){
erb :pic1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment