Added some comments to eradicate all warnings in linter

This commit is contained in:
2025-10-23 12:38:09 +02:00
parent b0c582ba92
commit db4d5286a8
2 changed files with 3 additions and 16 deletions

View File

@ -2,4 +2,4 @@ print("Starting loop: test 123")
for i = 1, 5 do
print("i =", i) -- we'll stop here
end
print("Yaaayyyy it works perfectly fine :)")