Skip to content

Commit c80f7d0

Browse files
committed
layout
1 parent 5c6a656 commit c80f7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Aoc2024/Day04/Solve.lean

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ private def is2Mas: Grid -> Bool
5757
| [
5858
['M', _, 'S'],
5959
[ _, 'A', _],
60-
['M', _, 'S']] => true
60+
['M', _, 'S']
61+
] => true
6162
| _ => false
6263

6364
private def rotate90 : Grid -> Grid := flipHorizontal ∘ List.transpose

0 commit comments

Comments
 (0)