Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 642 Bytes

Problem Statement

This little project aims to practice my Scala skills and share my solution.

Test & Validation

$ 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*

Scala Versions

This project is compiled, tested, and published for the following Scala versions:

  1. 2.12.5