hello/lib.luau

8 lines
82 B
Text
Raw Permalink Normal View History

2024-10-12 17:56:33 +01:00
--!strict
local function hello()
print("<< PRINT MESSAGE >>")
end
return hello