Find a file
2021-12-03 01:50:49 +07:00
hs day 2 haskell 2021-12-03 01:50:49 +07:00
input day 2 (prolog) 2021-12-02 18:50:22 +07:00
pl day 2 (prolog) 2021-12-02 18:50:22 +07:00
rkt day 1 2021-12-02 18:21:23 +07:00
.gitignore day 1 2021-12-02 18:21:23 +07:00
LICENSE day 1 2021-12-02 18:21:23 +07:00
README.md day 1 2021-12-02 18:21:23 +07:00

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