003 directory import public

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

Graphics initialized
Audio initialized
Rendering frame 42
Playing sound: explosion.wav

Expected output

Graphics initialized
Audio initialized
Rendering frame 42
Playing sound: explosion.wav

Flows

flow ~init click a branch to expand · @labels scroll to their anchor
init
flow ~init click a branch to expand · @labels scroll to their anchor
init
flow ~render click a branch to expand · @labels scroll to their anchor
render (frame: 42)
flow ~play click a branch to expand · @labels scroll to their anchor
play (sound: "explosion.wav")

Imported Files

test_lib/audio.kz
test_lib/graphics.kz

Test Configuration

MUST_RUN