diff options
author | brian <brianmchu42@gmail.com> | 2023-12-03 21:54:01 -0800 |
---|---|---|
committer | brian <brianmchu42@gmail.com> | 2023-12-03 21:54:01 -0800 |
commit | 7000f47b60b3fbdf90e2db12a363bbd1b2236b53 (patch) | |
tree | 13d9db09d3530f93d40afe1badf5da35c714a14d /bin/dune | |
download | AdventOfCode2023-7000f47b60b3fbdf90e2db12a363bbd1b2236b53.tar.gz |
add template for ocaml
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..7f1bcd1 --- /dev/null +++ b/bin/dune @@ -0,0 +1,4 @@ +(executable + (public_name aoc) + (name main) + (libraries cohttp-lwt-unix lwt_ssl aoc)) |