diff options
Diffstat (limited to 'system/desktop.lua')
| -rw-r--r-- | system/desktop.lua | 3 |
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 |
