day 4 solution

This commit is contained in:
Vladan Popovic 2022-12-04 09:32:45 +01:00
parent 8a9648ff3e
commit f80d5112cf
3 changed files with 1024 additions and 0 deletions

4
bin/d4/dune Normal file
View file

@ -0,0 +1,4 @@
(executable
(public_name d4)
(name main)
(libraries core utils))