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

23
dune-project Normal file
View file

@ -0,0 +1,23 @@
(lang dune 3.2)
(name aoc2022)
(generate_opam_files false)
(source
(uri https://gitea.vp.mk/vladan/aoc2022))
(authors "Vladan Popovic")
(maintainers "Vladan Popovic")
(license LICENSE)
(package
(name aoc2022)
(synopsis "Advent of Code 2022 solutions in OCaml")
(description "Advent of Code 2022 solutions in OCaml")
(depends ocaml dune)
(tags
(AoC2022 "Advent of Code")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project