From a2edff6174ed208fe092b18fd9e2cea7b8ed7125 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 9 Aug 2018 23:14:34 -0400 Subject: Added the desktop (it's empty) --- system/desktop.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/desktop.lua (limited to 'system/desktop.lua') 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 -- cgit v1.2.3