Solutions to Job Interview Problems in Scala.
- In console, from the project root directory, we need to open an SBT session
> sbt
- To compile and run the main project sources
> compile
> run
- You should see the solutions of each problem printed to console
- To compile and run the test sources
> compile
> test