Skip to content

Instantly share code, notes, and snippets.

@jkremser
Last active August 29, 2015 13:56
Show Gist options
  • Save jkremser/8855623 to your computer and use it in GitHub Desktop.
Save jkremser/8855623 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 3.0
// assert(5 should be lowerThan 7)
// goal 3.1
// assert(6 * 7 should be higherThan 8 * 4)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment