Skip to content

Instantly share code, notes, and snippets.

@jkremser
Created February 7, 2014 00:51
Show Gist options
  • Save jkremser/8855551 to your computer and use it in GitHub Desktop.
Save jkremser/8855551 to your computer and use it in GitHub Desktop.
object DSLWorkshop extends App {
import scala.language.postfixOps // get rid of warnings
// FILL THE CODE HERE
// goal 2
// assert(5.should.be.lower.than (7))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment