diff options
Diffstat (limited to 'AoC2023/readme.org')
-rw-r--r-- | AoC2023/readme.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/AoC2023/readme.org b/AoC2023/readme.org new file mode 100644 index 0000000..8436177 --- /dev/null +++ b/AoC2023/readme.org @@ -0,0 +1,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 |