Sparrow6.git | .tomty/ | text-blocks-stream2.raku
#!perl6
use Sparrow6::Task::Runner;
Sparrow6::Task::Runner::Api.new(
name => "text-blocks-stream2",
root => "examples/tasks",
task => "text-blocks-stream2",
do-test => True,
show-test-result => True,
).task-run;