Move files from main kindscript repo
This commit is contained in:
7
libs/hello/hello.ts
Normal file
7
libs/hello/hello.ts
Normal file
@ -0,0 +1,7 @@
|
||||
basic.plotLeds(`
|
||||
# # . # #
|
||||
. . # . .
|
||||
. . # . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`);
|
11
libs/hello/yelm.json
Normal file
11
libs/hello/yelm.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "hello",
|
||||
"description": "Hello world",
|
||||
"files": [
|
||||
"hello.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"core": "file:../microbit"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user