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