052 store fixed char column

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

[0] buy milk
[1] ship koru

Expected output

[0] buy milk
[1] ship koru

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: todos, capacity: 8, source: done: i64, label: char[16])
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: todos, source: done: 0, label: "buy milk")
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: todos)

Test Configuration

MUST_RUN