blob: cab252c0920b5486ea275b33c0faa98515103e8d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#+title: Readme
* Multi-language solutions for the 2022 Advent of code
From any directory to execute the solutions call
#+begin_src bash
make -C .. <language>
#+end_src
* Review on other languages
https://github.com/abyala/advent-2022-clojure
|