14 lines
136 B
TypeScript
14 lines
136 B
TypeScript
//% shim=foo::bar
|
|
function test() {
|
|
}
|
|
|
|
basic.plotLeds(`
|
|
# # . # #
|
|
. . # . .
|
|
. . # . .
|
|
# . . . #
|
|
. # # # .
|
|
`);
|
|
basic.pause(300);
|
|
test();
|