hello/lib.luau
2024-10-12 18:56:33 +02:00

7 lines
82 B
Text

--!strict
local function hello()
print("<< PRINT MESSAGE >>")
end
return hello