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 /lib/dune | |
parent | 484c4a998f9782eb0b84ec9121d6718fa6d35c1d (diff) | |
download | AdventOfCode2018-c9a6741617eb28834674a5ef84daae4366ac4101.tar.gz |
set up solution skeletons, driver framework, and solution for day 1
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dune b/lib/dune index 050d705..932cc41 100644 --- a/lib/dune +++ b/lib/dune @@ -1,2 +1,3 @@ (library - (name AoC2018)) + (name AoC2018) + (libraries stdio core)) \ No newline at end of file |