122 day12 part2

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

6
4
0
6

Expected output

6
4
0
6

Flows

subflow ~skip-str click a branch to expand · @labels scroll to their anchor
if (j < n)
subflow ~num click a branch to expand · @labels scroll to their anchor
if (i < n)
subflow ~parse-val click a branch to expand · @labels scroll to their anchor
if (s[@intCast(i)] == 91)
subflow ~arr-sum click a branch to expand · @labels scroll to their anchor
if (s[@intCast(i)] == 93)
subflow ~obj-sum click a branch to expand · @labels scroll to their anchor
if (s[@intCast(i)] == 125)
subflow ~sum-no-red click a branch to expand · @labels scroll to their anchor
capture (source: len: 0[i64])
flow ~read-lines click a branch to expand · @labels scroll to their anchor
read-lines (path: "tests/regression/810_AOC_2015/810_122_day12_part2/input.txt")

Test Configuration

MUST_RUN