aboutsummaryrefslogtreecommitdiff
path: root/erun
diff options
context:
space:
mode:
Diffstat (limited to 'erun')
-rwxr-xr-xerun5
1 files changed, 5 insertions, 0 deletions
diff --git a/erun b/erun
new file mode 100755
index 0000000..ec4fbe5
--- /dev/null
+++ b/erun
@@ -0,0 +1,5 @@
+#!/usr/bin/env escript
+
+main([S]) ->
+ A = list_to_atom("problem"++S),
+ io:format("*** Answer is: ~p ***",[A:solve()]).