We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b7697 commit d9a341bCopy full SHA for d9a341b
lib/solutions/day_21.rb
@@ -40,7 +40,7 @@ def initialize(sequences)
40
'A' => [0, 2],
41
'<' => [1, 0],
42
'v' => [1, 1],
43
- '>' => [0, 2]
+ '>' => [1, 2]
44
}.freeze
45
46
0 commit comments