aoc2021/README.md

22 lines
237 B
Markdown
Raw Normal View History

2021-12-02 18:13:56 +07:00
# 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
```