v0.2.0 - Added startup apps and an event handler process (unfinished)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import("termlib")
|
||||
|
||||
print("\n │\n │ ".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n │')
|
||||
while true do
|
||||
coroutine.yield()
|
||||
end
|
||||
Reference in New Issue
Block a user