day2 - a bit overcomplicated :)

This commit is contained in:
Vladan Popovic 2022-12-02 15:46:57 +01:00
parent 739b24dfbe
commit efde27f8c8
3 changed files with 2566 additions and 0 deletions

4
bin/d2/dune Normal file
View file

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