diff options
| -rw-r--r-- | Day15.lean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ private def focussingPower (hashMap : HolidayAsciiStringHelperManualArrangementP (λ(totalPower, lensIndex) lens ↦ (totalPower + boxIndex * lensIndex * lens.snd.val, lensIndex + 1)) (totalPower, 1) (totalPower, boxIndex + 1) - ) + ) (0,1) private instance : HolidayAsciiStringHelperAble Substring where |
