diff options
| author | Andreas Grois <andi@grois.info> | 2023-12-08 19:51:57 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2023-12-08 19:51:57 +0100 |
| commit | 948138f66cdf8f05cb669e58ba8a2d3e08adf9c7 (patch) | |
| tree | 3ffb62540179ab0311c85c0fdbfa12b1d68b91ad /lakefile.lean | |
| parent | 5e75e251e5652908e23b4977e98600688ff9fd81 (diff) | |
Day 8 Part 1
Diffstat (limited to 'lakefile.lean')
| -rw-r--r-- | lakefile.lean | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lakefile.lean b/lakefile.lean index fae6731..006ccd4 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -2,10 +2,8 @@ import Lake open Lake DSL package «aoc-2023» where - -- add package configuration options here lean_lib «Day1» where - -- add library configuration options here lean_lib «Day2» where @@ -19,6 +17,8 @@ lean_lib «Day6» where lean_lib «Day7» where +lean_lib «Day8» where + lean_lib «Common» where @[default_target] |
