(some)solutions to 2020's Advent Of Code
How to run:
ghc -O2 dayXX.hs && ./dayXX
luajit dayXX.lua
clj -M dayXX.clj
python dayXX.py (python 2.7)
rustc -O dayXX.hs && ./dayXX
sbcl --load dayXX.lisp --eval '(quit)'
(some)solutions to 2020's Advent Of Code
How to run:
ghc -O2 dayXX.hs && ./dayXX
luajit dayXX.lua
clj -M dayXX.clj
python dayXX.py (python 2.7)
rustc -O dayXX.hs && ./dayXX
sbcl --load dayXX.lisp --eval '(quit)'