Solve euler 40
Solve euler 39
Solve euler 34,35,36,37,38
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.