//% shim=foo::bar
function test() {
}

basic.plotLeds(`
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
basic.pause(300);
test();