aboutsummaryrefslogtreecommitdiffstats
path: root/main-repo/helloworld/helloworld.js
diff options
context:
space:
mode:
authorUnknown2018-04-03 19:46:03 +0100
committerUnknown2018-04-03 19:46:03 +0100
commit46af5f559bcd28785772be30121f828bc8d00e18 (patch)
treed3776e123e38c266eb60c7424bfe6bafd6e21d21 /main-repo/helloworld/helloworld.js
parent70039c0242079c4914d3f62df9cdd9eb8adf9384 (diff)
remove main-repo
Diffstat (limited to 'main-repo/helloworld/helloworld.js')
-rw-r--r--main-repo/helloworld/helloworld.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/main-repo/helloworld/helloworld.js b/main-repo/helloworld/helloworld.js
deleted file mode 100644
index 40cd8bd..0000000
--- a/main-repo/helloworld/helloworld.js
+++ /dev/null
@@ -1,8 +0,0 @@
-le._apps.helloworld = {
- exec: function () {
- $log("Hello, World!");
- },
- icon: "/c/sys/skins/w93/apps/terminal.png",
- terminal: true,
- hascli: true
-}