Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 486 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 486 Bytes
  • All solution written in Julia whiteout the use of any third party packages.
  • My main goals here are: 1) learn Julia 2) write concise code 3) try / learn FP
  • Script must be executed in root directory (project_euler/), dat/ directory contains inputs for some of the problems.
  • Code formated with Julia Formatter.
  • test_solution.jl script is used to check all solutions.