Initial commit

Working runner with stdout to view
This commit is contained in:
2025-10-23 12:25:36 +02:00
commit b0c582ba92
4 changed files with 1877 additions and 0 deletions

5
test.lua Normal file
View File

@ -0,0 +1,5 @@
print("Starting loop: test 123")
for i = 1, 5 do
print("i =", i) -- we'll stop here
end