Skip to content

Commit d9a341b

Browse files
committed
AAAARRGH
1 parent d3b7697 commit d9a341b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solutions/day_21.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(sequences)
4040
'A' => [0, 2],
4141
'<' => [1, 0],
4242
'v' => [1, 1],
43-
'>' => [0, 2]
43+
'>' => [1, 2]
4444
}.freeze
4545

4646

0 commit comments

Comments
 (0)