aboutsummaryrefslogtreecommitdiff
path: root/erun
diff options
context:
space:
mode:
authorNathan Lasseter <nathan.je.lasseter@googlemail.com>2009-10-04 00:56:56 +0100
committerNathan Lasseter <nathan.je.lasseter@googlemail.com>2009-10-04 00:56:56 +0100
commit0248ed34ce3d05228bc5084669c3a27933be0c2e (patch)
treeb9c4990344b0863a2af851b5917c49f3a5f03e6b /erun
parent00686037d57eb0a0d5eba6eeb6fcc9692e8b59f6 (diff)
first commit
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()]).