RealGoodDan

Generation

testsFri, 21 Jul 2023

while true do print("Hello World") end

import unittest class TestLua(unittest.TestCase): def test_while(self): self.assertEqual(my_lua_code_that_says_hello_world, "Hello, World")

Want to kickstart your project?Use the new AI Studio to create your code