summary refs log tree commit diff stats
path: root/lib/day12.ml
blob: 7c5e3107940c8b7730e2cc3b10b7a7c0ab9e13f1 (plain) (blame)
1
2
3
4
5
6
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 = ()