Skip to content

Instantly share code, notes, and snippets.

@jkremser
Created February 7, 2014 01:04
Show Gist options
  • Save jkremser/8855717 to your computer and use it in GitHub Desktop.
Save jkremser/8855717 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 4.1
// assert(1 << 30 should be positive)
// goal 4.2
// assert(1 << 31 should be negative)
// goal 4.3
// assert(0 should be zero)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment