diff --git a/test.lua b/test.lua deleted file mode 100644 index ddab769..0000000 --- a/test.lua +++ /dev/null @@ -1,11 +0,0 @@ -function test() - local a = 10 - - if a > 5 then - print('hello') - - if true then - print('test') - end - end -end