add expect tests & refactor

This commit is contained in:
Rhiannon Morris 2020-12-02 15:10:29 +01:00
parent 816b2851c4
commit e6b401d986
6 changed files with 115 additions and 52 deletions

View file

@ -1,3 +1,5 @@
open Aoc2020
let days = [|Day1.main; Day2.main|]
let _ =