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 +1,7 @@
(lang dune 2.7)
(generate_opam_files true)
(allow_approximate_merlin)
(package
(name aoc2020)
(depends ppx_expect))