add dev scafold and day 1 solution

This commit is contained in:
Vladan Popovic 2022-12-01 23:45:12 +01:00
parent 49e961c0fd
commit 739b24dfbe
15 changed files with 2631 additions and 0 deletions

3
bin/dune Normal file
View file

@ -0,0 +1,3 @@
(executable
(public_name aoc2022)
(name main))