Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 310 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 310 Bytes

EulerUsingJavaFunctional

Test driven project to learn and practice functional programming in Java 8.

Warning! Answers to the Project Euler are contained within this project. Test classes reference the enum in tom.euler.Answers so as to avoid exposing the answers in the tests.