diff --git a/e.lua b/e.lua index 4b680fc..c2247fc 100644 --- a/e.lua +++ b/e.lua @@ -1 +1,3 @@ -print('e'); +while true do + print('e') +end