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

https://github.com/thenick775/scala-exercises


https://github.com/thenick775/scala-exercises

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## sbt project compiled with Scala 3

### Getting Started

This is a normal sbt project.

You can compile this code with:
```
sbt compile;
```

Run the main function with:
```
sbt run
```

### Testing
Run unit tests with:
```
sbt test;
```