aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/readme.org')
-rw-r--r--AoC2022/readme.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/AoC2022/readme.org b/AoC2022/readme.org
new file mode 100644
index 0000000..ae155cb
--- /dev/null
+++ b/AoC2022/readme.org
@@ -0,0 +1,8 @@
+#+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