summary refs log tree commit diff stats
path: root/bin/dune
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2022-08-20 10:19:53 -0700
committerBrian Chu <brianmchu42@gmail.com>2022-08-20 10:19:53 -0700
commitc9a6741617eb28834674a5ef84daae4366ac4101 (patch)
treed0bf55bc68b10d3d152ddbf43d7545cd9e94ed75 /bin/dune
parent484c4a998f9782eb0b84ec9121d6718fa6d35c1d (diff)
downloadAdventOfCode2018-c9a6741617eb28834674a5ef84daae4366ac4101.tar.gz
set up solution skeletons, driver framework, and solution for day 1
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index c6fe6fc..40bcfe3 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,4 +1,4 @@
 (executable
  (public_name AoC2018)
  (name main)
- (libraries AoC2018))
+ (libraries AoC2018 stdio))