Skip to content

Instantly share code, notes, and snippets.

@jkremser
Last active August 29, 2015 13:56
Show Gist options
  • Save jkremser/8855497 to your computer and use it in GitHub Desktop.
Save jkremser/8855497 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 1.0
// assert(5 shouldBeLowerThan 7)
}
@flyaruu
Copy link

flyaruu commented Feb 7, 2014

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment