summaryrefslogtreecommitdiff
path: root/Day12.lean
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless simp_wf tactic callsHEADmainAndreas Grois2024-12-171-1/+0
|
* Change all imports from Lean to Std to reduce binary size.Andreas Grois2024-11-291-1/+1
| | | | | 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 12 Part 2Andreas Grois2024-09-241-20/+43
|
* Day 12 Part 1.Andreas Grois2024-09-241-10/+124
| | | | | God, I fell into the premature optimization trap here... But I'm glad I did, that should make part 2 way easier.
* Continue Day12Andreas Grois2024-09-231-7/+42
|
* Begin Day12Andreas Grois2024-09-231-0/+36