Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 21, 2017 17:56
Show Gist options
  • Select an option

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

Select an option

Save crestinglight/c82ebe3188abfa2deff054998b84ceff 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