Files
herolib/lib/baobab/generator/templates/run_actor.vsh.template

7 lines
116 B
Plaintext
Executable File

#!/usr/bin/env -S v -w -n -enable-globals run
import @{actor_name}
mut actor := @{actor_name}.new()!
actor.run()!