Day 1: the camel

This commit is contained in:
2024-12-01 12:28:32 +00:00
parent 3490108b88
commit 26e5e7d398
8 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
(lang dune 3.16)
(name AdventOfCode2024)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name AdventOfCode2024)
(synopsis "A short synopsis")
(description "A longer description")
(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