2024 day 1 solutions

This commit is contained in:
2024-12-01 09:10:51 +00:00
commit 262c7b7e1e
4 changed files with 101 additions and 0 deletions

25
dune-project Normal file
View File

@@ -0,0 +1,25 @@
(lang dune 3.16)
(name aoc)
(source
(github matt-gretton-dann/ocaml-aoc))
(authors "Matthew Gretton-Dann")
(maintainers "Matthew Gretton-Dann")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name aoc)
(synopsis "Implementation of AoC competitions in OCaml")
(description
"Implementation of solutions to various Advent of Code exercises written in OCaml")
(depends ocaml dune)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html