192 day19 part2

○ Planned This feature is planned but not yet implemented.

OWED: AoC 2015 day 19 part 2 (fewest steps from e).

Failure Output

error[PARSE003]: single continuation branch 'steps' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> i64`
  --> tests/regression/810_AOC_2015/810_192_day19_part2/input.k:11:1
    |
 11 | pub tor fabricate { molecule: string }
    | ^

Code

input.k

Supporting Files

input.txt

Expected output

3

Test Configuration

MUST_RUN