diff options
Diffstat (limited to '2023/ocaml/day2/test')
-rw-r--r-- | 2023/ocaml/day2/test/dune | 2 | ||||
-rw-r--r-- | 2023/ocaml/day2/test/test_day2.ml | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/2023/ocaml/day2/test/dune b/2023/ocaml/day2/test/dune new file mode 100644 index 0000000..280d827 --- /dev/null +++ b/2023/ocaml/day2/test/dune @@ -0,0 +1,2 @@ +(test + (name test_day2)) diff --git a/2023/ocaml/day2/test/test_day2.ml b/2023/ocaml/day2/test/test_day2.ml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/2023/ocaml/day2/test/test_day2.ml |