diff options
author | Brian Chu <brianmchu42@gmail.com> | 2022-08-20 10:19:53 -0700 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2022-08-20 10:19:53 -0700 |
commit | c9a6741617eb28834674a5ef84daae4366ac4101 (patch) | |
tree | d0bf55bc68b10d3d152ddbf43d7545cd9e94ed75 /bin/dune | |
parent | 484c4a998f9782eb0b84ec9121d6718fa6d35c1d (diff) | |
download | AdventOfCode2018-c9a6741617eb28834674a5ef84daae4366ac4101.tar.gz |
set up solution skeletons, driver framework, and solution for day 1
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 2 |
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)) |