001 shape basic

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

kernel initialized

Expected output

kernel initialized

Flows

flow ~shape click a branch to expand · @labels scroll to their anchor
shape (expr: Body, source: x: f64, y: f64, mass: f64,)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: Body, source: x: 42.0, y: 0, mass: 1.5,)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "kernel initialized")

Test Configuration

MUST_RUN