https://github.com/masterivanic/particeeptest
https://github.com/masterivanic/particeeptest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterivanic/particeeptest
- Owner: masterivanic
- Created: 2023-01-14T18:38:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T23:12:45.000Z (over 3 years ago)
- Last Synced: 2025-03-05T02:33:06.550Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```