diff options
Diffstat (limited to 'run')
-rwxr-xr-x | run | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/bash +echo "Compiling..." +erlc -W problem$1.erl +echo "Compiled!" +echo "Running..." +time erun $1 +echo "Done!" |
![]() |
index : Erlang-Euler.git | |
My solutions to project Euler, written mostly in Erlang. |
aboutsummaryrefslogtreecommitdiff |