We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac7101 commit 2cbe03bCopy full SHA for 2cbe03b
1 file changed
2022/13/mvlootman.v
@@ -48,7 +48,8 @@ fn solve_part2(pairs []Pair) !int {
48
49
packet_start := parse_line('[[2]]')!
50
packet_end := parse_line('[[6]]')!
51
- items << [packet_start, packet_end]
+ items << packet_start
52
+ items << packet_end
53
54
// OrderingState enum values are set specific to sort all right orders on top
55
items.sort_with_compare(fn (a &Item, b &Item) int {
0 commit comments