~pmikkelsen/euler-apl

Project euler in APL

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~pmikkelsen/euler-apl
read/write
git@git.sr.ht:~pmikkelsen/euler-apl

You can also use your local clone with git send-email.

The code is meant to be loaded into Dyalog APL using link:

	]link.create # /path/to/the/code

Each solved problem is in a niladic tradfn called EulerN where N is the problem number.
A wrapper function called Solve can be used to compute the solution to a specific problem.

	Solve 5

Will return the answer to problem 5.