day6 solution (std only)

This commit is contained in:
Vladan Popovic 2022-12-06 18:19:16 +01:00
parent 8bbfc83fc6
commit b50cc2670e
3 changed files with 26 additions and 0 deletions

4
bin/d6/dune Normal file
View file

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