Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 333 Bytes

Functional Programming in Scala

Build Status

Getting started

# Run the following, and fix the code until the tests pass
sbt chapter02/test
sbt chapter03/test
...