/functionalpuzzlers

Functional puzzlers

Primary LanguageScala

Functional puzzlers

Setup that should be done before the workshop:

  1. Install Scala-plugin for your IDE
  1. Fetch the project: git clone https://github.com/froden/functionalpuzzlers.git
  2. Open the project in IntelliJ or Eclipse (open build.sbt file)
  3. Run tests via your IDE, or run sbt test or sbt.bat test from the project root.