This repository contains my solutions to the exercises of the book "Functional Programming in Scala"
Osmar Luz – osmar.luz@gmail.com
- Fork it (https://github.com/osmarluz/fpinscala-solutions)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -m 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request