Year 2015 Day 4 Part 1

This commit is contained in:
Nathan McCarty 2025-01-07 09:26:28 -05:00
parent fdfa15daf8
commit c873b7282e
5 changed files with 159 additions and 18 deletions

View file

@ -20,6 +20,7 @@ depends = base
, elab-util
, ansi
, if-unsolved-implicit
, c-ffi
-- modules to install
modules = Runner
@ -35,21 +36,3 @@ executable = "advent"
sourcedir = "src"
-- builddir =
-- outputdir =
-- script to run before building
-- prebuild =
-- script to run after building
-- postbuild =
-- script to run after building, before installing
-- preinstall =
-- script to run after installing
-- postinstall =
-- script to run before cleaning
-- preclean =
-- script to run after cleaning
-- postclean =