Skip to content

neumann-mlucas/project_euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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.