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