diff options
Diffstat (limited to 'erun')
-rwxr-xr-x | erun | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/env escript + +main([S]) -> + A = list_to_atom("problem"++S), + io:format("*** Answer is: ~p ***",[A:solve()]). |
![]() |
index : Erlang-Euler.git | |
My solutions to project Euler, written mostly in Erlang. |
aboutsummaryrefslogtreecommitdiff |