Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr committed Dec 4, 2024
1 parent 5c6a656 commit c80f7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Aoc2024/Day04/Solve.lean
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ private def is2Mas: Grid -> Bool
| [
['M', _, 'S'],
[ _, 'A', _],
['M', _, 'S']] => true
['M', _, 'S']
] => true
| _ => false

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

0 comments on commit c80f7d0

Please sign in to comment.