From 735b792bcf2a8cc1fb77c19c42e6362a9abb429f Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Mon, 1 Dec 2025 11:44:39 +0000 Subject: Initial commit --- bin/dune | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/dune (limited to 'bin/dune') 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 +; +; SPDX-License-Identifier: CC0-1.0 + +(executable + (public_name aoc2025) + (name main) + (libraries aoc2025)) -- cgit v1.2.3