test: 修改 Demo14 中的打印函数

This commit is contained in:
Luke 2025-07-31 12:44:05 +08:00
parent 8e26b57cde
commit 156f2b76c4

View File

@ -3,7 +3,7 @@ module: Main
function: main
return_type: void
body:
print(222)
os.print(222)
end body
end function
end module