aboutsummaryrefslogtreecommitdiffstats
path: root/main-repo/helloworld/helloworld.js
diff options
context:
space:
mode:
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
-}