about summary refs log tree commit diff
path: root/day23.clj
diff options
context:
space:
mode:
Diffstat (limited to 'day23.clj')
-rw-r--r--day23.clj6
1 files changed, 6 insertions, 0 deletions
diff --git a/day23.clj b/day23.clj
new file mode 100644
index 0000000..37fb2eb
--- /dev/null
+++ b/day23.clj
@@ -0,0 +1,6 @@
+(ns org.vuxu.aoc2021.day23)
+
+;; pen & paper
+
+(def part1 15109)
+(def part2 53751)