My Solution to S-99: Ninety-Nine Scala Problems
This little project aims to practice my Scala skills and share my solution.
$ git clone https://github.com/ihac/Ninety-Nine-Scala-Problems.git && cd Ninety-Nine-Scala-Problems
$ sbt
# test all solutions
sbt:Ninety-Nine-Scala-Problems> test
# test the solution of specified problem (WorkingWithLists.P18)
sbt:Ninety-Nine-Scala-Problems> testOnly validation.WorkingWithLists.P18*
This project is compiled, tested, and published for the following Scala versions:
- 2.12.5