pxt-calliope/libs/cpp-test/hello.ts
2016-03-10 14:01:04 -08:00

14 lines
136 B
TypeScript

//% shim=foo::bar
function test() {
}
basic.plotLeds(`
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
basic.pause(300);
test();