lune/tests/require/tests/modules/async.luau

6 lines
60 B
Lua

task.wait(0.25)
return {
Foo = "Bar",
Hello = "World",
}