Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 238 Bytes

kylen-euler-project

Repository for solving Project Euler problems.

TODO: Create separate directories for all languages

Java

To Build: make gradle-build

To Run: make run

To Run (with clean build): make clean-run