From c9a6741617eb28834674a5ef84daae4366ac4101 Mon Sep 17 00:00:00 2001 From: Brian Chu Date: Sat, 20 Aug 2022 10:19:53 -0700 Subject: set up solution skeletons, driver framework, and solution for day 1 --- lib/day5.ml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/day5.ml (limited to 'lib/day5.ml') diff --git a/lib/day5.ml b/lib/day5.ml new file mode 100644 index 0000000..7c5e310 --- /dev/null +++ b/lib/day5.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 = () -- cgit 1.4.1-2-gfad0