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

https://github.com/lynnagara/s99

My solutions to 99 Scala problems
https://github.com/lynnagara/s99

Last synced: about 1 year ago
JSON representation

My solutions to 99 Scala problems

Awesome Lists containing this project

README

          

## Ninety-nine scala problems

From http://aperiodic.net/phil/scala/s-99/

### SBT commands
* sbt

#### Run code
* run or ~run

#### Run tests
* test or ~test