summary refs log tree commit diff stats
path: root/lib/day23.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/day23.ml')
-rw-r--r--lib/day23.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/day23.ml b/lib/day23.ml
new file mode 100644
index 0000000..7c5e310
--- /dev/null
+++ b/lib/day23.ml
@@ -0,0 +1,7 @@
+(* Take text input from file and process accordingly *)
+let process_input _input = ()
+
+(* Fill in solutions for each part *)
+let part_1 _input = ()
+
+let part_2 _input = ()