An open API service indexing awesome lists of open source software.

https://github.com/masterivanic/particeeptest


https://github.com/masterivanic/particeeptest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# My answer

This answer for the code,
i comment function that i implemented

# Dependancies

* [List](https://docs.vavr.io/#_list)
* [Option](https://docs.vavr.io/#_option)
* [Tuple](https://docs.vavr.io/#_tuples)

# How to run

* git clone
* install [sbt](https://www.scala-sbt.org/)
* run this command

```
cd /some_path/java-interview
sbt clean update compile
sbt test
```