diff options
Diffstat (limited to 'aoc')
| -rwxr-xr-x | aoc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ if [ ! -f "${INPUT}" ]; then exit 1 fi -ghc ../utils.hs main.hs && (cat "${INPUT}" | ./main) +ghc -O2 ../utils.hs main.hs && (cat "${INPUT}" | ./main) |
