aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2023/readme.org
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-12-03 18:11:24 +0100
committerOscar Najera <hi@oscarnajera.com>2023-12-03 18:11:24 +0100
commit1c147396427dbd05abadb4c1bbf9a60bb49770ec (patch)
tree37b50feeffe88ac241ca48001b19e7b267103ccc /AoC2023/readme.org
parentb67dd423cd43b056c19838144e39963d3ba02fb0 (diff)
downloadscratch-1c147396427dbd05abadb4c1bbf9a60bb49770ec.tar.gz
scratch-1c147396427dbd05abadb4c1bbf9a60bb49770ec.tar.bz2
scratch-1c147396427dbd05abadb4c1bbf9a60bb49770ec.zip
[AoC2023] day01 lisp fail 2nd
Diffstat (limited to 'AoC2023/readme.org')
-rw-r--r--AoC2023/readme.org13
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