index
:
aoc-2023
feature/day17
main
Advent of Code 2023 - I'm still learning Lean4, so please don't judge.
Andreas Grois
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Day2.lean
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Day2.lean')
-rw-r--r--
Day2.lean
1
1 files changed, 1 insertions, 0 deletions
diff --git a/Day2.lean b/Day2.lean
index f0eff56..7208a3d 100644
--- a/
Day2.lean
+++ b/
Day2.lean
@@ -1,5 +1,6 @@
import Common
+namespace Day2
structure Draw (α : Type) where
red : α
green : α