Move files from main kindscript repo
This commit is contained in:
13
libs/cpp-test/hello.ts
Normal file
13
libs/cpp-test/hello.ts
Normal file
@ -0,0 +1,13 @@
|
||||
//% shim=foo::bar
|
||||
function test() {
|
||||
}
|
||||
|
||||
basic.plotLeds(`
|
||||
# # . # #
|
||||
. . # . .
|
||||
. . # . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`);
|
||||
basic.pause(300);
|
||||
test();
|
Reference in New Issue
Block a user