i = 0 while i < 5 do @print("hello, world") i = i + 1 end return { .title = "Game", .width = 1280, .height = 800, .tick_rate = 60, }