Skip to content

Commit

Permalink
stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Dec 4, 2024
1 parent bb8c887 commit cad5cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reflections/2024/day04.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ xmas =
[ M.fromList [(i *^ step, x) | (i, x) <- zip [0 ..] "XMAS"]
| d <- [V2 1 0, V2 0 1, V2 1 1, V2 (-1) 1]
, step <- [d, negate d]

]

crossMas :: [Map (V2 Int) Char]
Expand Down

0 comments on commit cad5cda

Please sign in to comment.