advent-of-code/2019/README.org
2024-11-12 21:46:18 +01:00

10 lines
177 B
Org Mode

* Advent of Code 2019
My answers for [[https://adventofcode.com/2019][Advent of Code 2019]].
Racket tests:
#+begin_src sh
raco make **/*.rkt
raco test **/*.rkt
#+end_src