summaryrefslogtreecommitdiff
path: root/lakefile.lean
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-12-04 23:23:05 +0100
committerAndreas Grois <andi@grois.info>2023-12-04 23:24:04 +0100
commitca7d7317e89b186556d1207ce713f6c0ca9ba783 (patch)
tree89f8c5c85d07f86af3973dc8fe459283128d97ae /lakefile.lean
parentcc75d1107a2f97eec91a3b81a2a918a669cc8511 (diff)
Day 4
I'm particularly proud of part 2.
Diffstat (limited to 'lakefile.lean')
-rw-r--r--lakefile.lean2
1 files changed, 2 insertions, 0 deletions
diff --git a/lakefile.lean b/lakefile.lean
index f7ecc97..e9ccab8 100644
--- a/lakefile.lean
+++ b/lakefile.lean
@@ -11,6 +11,8 @@ lean_lib «Day2» where
lean_lib «Day3» where
+lean_lib «Day4» where
+
lean_lib «Common» where
@[default_target]