aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/desktop.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/desktop.lua b/system/desktop.lua
new file mode 100644
index 0000000..5136c71
--- /dev/null
+++ b/system/desktop.lua
@@ -0,0 +1,3 @@
+term.clear()
+term.setCursorPos(1,1)
+print("Welcome to the desktop where nothing happens... Yet!") \ No newline at end of file