mrklein / euler

Project Euler solutions in Fortran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

euler

Project Euler solutions in Fortran

Makefile defines the following targets:

new

$ make new [n=<N>]

Creates new solution for problem N from template.f08. If variable n is omitted, creates solution for the next unsolved problem.

run

$ make run [n=<N>]

Executes solution for the problem N. If variable n is omitted, executes solution for the last solved problem.

test

$ make test [n=<N>]

Currently doest nothing. Intention was to run tests when they are available. Maybe in future will be merged into run target.

About

Project Euler solutions in Fortran

License:The Unlicense


Languages

Language:Fortran 100.0%