pxt-calliope/libs/cpp-test/hello.ts
Thomas Denney 6a1415b3e1 Default indentation for default project.
The editor lints the TS file every time it launches, might as well commit the change.
2016-07-15 15:39:16 +01:00

11 lines
154 B
TypeScript

basic.plotLeds(`
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
basic.pause(300);
basic.showString("Hello");
// foo.bar();