aboutsummaryrefslogtreecommitdiff
path: root/2024/dune
diff options
context:
space:
mode:
authorTrey Bastian <2991824+TreyBastian@users.noreply.github.com>2024-12-04 13:43:12 +0000
committerTrey Bastian <2991824+TreyBastian@users.noreply.github.com>2024-12-04 13:43:12 +0000
commit172cecd0ad1aaea451ee5da3e134cf513ecc8521 (patch)
tree04fe883a525ca4f1425f719dfa76fca6efd03e34 /2024/dune
parentb9210dcc5c52f2069d92e7a3e66f92be96075f94 (diff)
ocaml day 1 done
Diffstat (limited to '2024/dune')
-rw-r--r--2024/dune2
1 files changed, 2 insertions, 0 deletions
diff --git a/2024/dune b/2024/dune
new file mode 100644
index 0000000..2a7fc2a
--- /dev/null
+++ b/2024/dune
@@ -0,0 +1,2 @@
+(executable (name day_01)
+(libraries str))