summaryrefslogtreecommitdiffstats
path: root/bin/dune
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2025-12-01 11:44:39 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2025-12-01 11:44:39 +0000
commit735b792bcf2a8cc1fb77c19c42e6362a9abb429f (patch)
tree4f141174fbc2468d2e47b3c30ae7d171197270f2 /bin/dune
downloadaoc2025-735b792bcf2a8cc1fb77c19c42e6362a9abb429f.tar.gz
aoc2025-735b792bcf2a8cc1fb77c19c42e6362a9abb429f.zip
Initial commit
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune
new file mode 100644
index 0000000..73686e6
--- /dev/null
+++ b/bin/dune
@@ -0,0 +1,8 @@
+; SPDX-FileCopyrightText: Copyright 2025 Alexandre Jesus <https://adbjesus.com>
+;
+; SPDX-License-Identifier: CC0-1.0
+
+(executable
+ (public_name aoc2025)
+ (name main)
+ (libraries aoc2025))