软件管理器

This commit is contained in:
2026-02-10 01:48:04 +08:00
parent 350db3140d
commit 25c7326bb2
9 changed files with 264 additions and 2 deletions

3
LuaApps/helloworld.lua Normal file
View File

@@ -0,0 +1,3 @@
print("Hello, World!")
print("Welcome to CMLeonOS!")
print("This is a simple Lua application.")