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:
parent
2d09aef287
commit
6a1415b3e1
@ -1,10 +1,10 @@
|
||||
basic.plotLeds(`
|
||||
# # . # #
|
||||
. . # . .
|
||||
. . # . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`);
|
||||
# # . # #
|
||||
. . # . .
|
||||
. . # . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`);
|
||||
basic.pause(300);
|
||||
basic.showString("Hello");
|
||||
// foo.bar();
|
||||
|
Loading…
Reference in New Issue
Block a user