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
- Host: GitHub
- URL: https://github.com/lynnagara/s99
- Owner: lynnagara
- Created: 2015-03-05T02:43:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T18:28:51.000Z (over 11 years ago)
- Last Synced: 2025-02-11T13:58:33.343Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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