fix linter

This commit is contained in:
2025-08-08 12:30:32 +02:00
parent fd17211a53
commit 6094f480f1
18 changed files with 20 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
exec testrpn -d -c test.lua 3 5 lower
exec rpn -d -c test.lua 3 5 lower
stdout '3\n'
-- test.lua --