v0.2.0 - Added startup apps and an event handler process (unfinished)

This commit is contained in:
TheWahlolly
2025-04-03 21:19:50 +03:00
parent 4adc959549
commit 7b8e237abe
10 changed files with 742 additions and 690 deletions
+6
View File
@@ -0,0 +1,6 @@
import("termlib")
print("\n\n".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n')
while true do
coroutine.yield()
end