diff options
| author | Trey Bastian <2991824+TreyBastian@users.noreply.github.com> | 2024-12-04 21:30:43 +0000 |
|---|---|---|
| committer | Trey Bastian <2991824+TreyBastian@users.noreply.github.com> | 2024-12-04 21:30:43 +0000 |
| commit | 6252fbfbadf5d15b9c2acbacb40e7f82b3cc3fe3 (patch) | |
| tree | bca99b1ff784d4da47a6f6b6550fdcf75ff5af98 /2024/dune | |
| parent | 5081ea9a0f5bb09023ae957f22b1c79f40ac87db (diff) | |
day 3 part 1 and 2
Diffstat (limited to '2024/dune')
| -rw-r--r-- | 2024/dune | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ (executable (name day_01) (libraries str)) (executable (name day_02)) +(executable (name day_03) +(libraries str)) |
