summaryrefslogtreecommitdiff
path: root/2023/ocaml/day4/bin/dune
diff options
context:
space:
mode:
Diffstat (limited to '2023/ocaml/day4/bin/dune')
-rw-r--r--2023/ocaml/day4/bin/dune4
1 files changed, 4 insertions, 0 deletions
diff --git a/2023/ocaml/day4/bin/dune b/2023/ocaml/day4/bin/dune
new file mode 100644
index 0000000..add70da
--- /dev/null
+++ b/2023/ocaml/day4/bin/dune
@@ -0,0 +1,4 @@
+(executable
+ (public_name day4)
+ (name main)
+ (libraries day4))