hs | ||
input | ||
pl | ||
rkt | ||
.gitignore | ||
LICENSE | ||
README.md |
Advent of Code 2021
Decided to learn 3 new languages at a time! Hopefully I will last...
Haskell
ghc -dynamic program.hs && ./program
Prolog
swipl -g main file.pl
Racket
racket file.rkt
hs | ||
input | ||
pl | ||
rkt | ||
.gitignore | ||
LICENSE | ||
README.md |
Decided to learn 3 new languages at a time! Hopefully I will last...
ghc -dynamic program.hs && ./program
swipl -g main file.pl
racket file.rkt