Simple project to use for technical interviews in Scala
- Clone this repo locally
- Import into your IDE of choice
- Implement your solution in src/main/scala/Interview.scala
- Implement your tests in src/test/scala/InterviewTest.scala
- Run unit tests in IDE or via the command line with
sbt ~test