summaryrefslogtreecommitdiff
path: root/Day3.lean
Commit message (Collapse)AuthorAgeFilesLines
* Lean 4.14Andreas Grois2024-12-171-1/+1
|
* Change all imports from Lean to Std to reduce binary size.Andreas Grois2024-11-291-2/+2
| | | | | Reduces binary size by more than a factor of 10... https://github.com/leanprover/lean4/issues/5274
* Fix deprecation warnings for Lean 4.13Andreas Grois2024-11-221-4/+4
|
* Day 8 Part 2Andreas Grois2023-12-091-1/+1
|
* Allow error messages in parsing (for debugging)Andreas Grois2023-12-071-2/+2
| | | | And fix an off-by-one in day 5
* Day 3: Fix swapped adjacents.Andreas Grois2023-12-031-11/+11
|
* Day 3, minor cleanupAndreas Grois2023-12-031-31/+12
|
* Day 3Andreas Grois2023-12-031-0/+143