Initial commit

This commit is contained in:
Evgeny
2021-07-29 07:51:07 +03:00
commit 091c7dcd0b
11 changed files with 169 additions and 0 deletions

3
hello_world-widget.lua Normal file
View File

@@ -0,0 +1,3 @@
function onResume()
aio:showText("Hello world!")
end