use deque in fish solution

This commit is contained in:
Felix Van der Jeugt 2021-12-06 22:02:21 +01:00
parent d99434ac43
commit 563e354df5
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 37 additions and 20 deletions

View file

@ -7,6 +7,7 @@ day="$(printf '%02d' "$day")"
if test -f "day${day}/part${part}.lua"; then
/usr/bin/env luajit -v >/dev/null
cp "day${day}/part${part}.lua" run
chmod u+x run
elif test -f "day${day}/part${part}.hs"; then
#stack build
stack ghc -- -O3 "day${day}/part${part}.hs" -o run