Default indentation for default project.

The editor lints the TS file every time it launches, might as well commit the change.
This commit is contained in:
Thomas Denney 2016-07-15 15:39:16 +01:00
parent 2d09aef287
commit 6a1415b3e1
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
basic.plotLeds(`
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
basic.pause(300);
basic.showString("Hello");
// foo.bar();