diff options
Diffstat (limited to 'lib/day17.ml')
-rw-r--r-- | lib/day17.ml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/day17.ml b/lib/day17.ml new file mode 100644 index 0000000..7c5e310 --- /dev/null +++ b/lib/day17.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 = () |