use deque in fish solution
This commit is contained in:
parent
d99434ac43
commit
563e354df5
4 changed files with 37 additions and 20 deletions
1
prepare
1
prepare
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue