mirror of
https://github.com/pesde-pkg/hello.git
synced 2024-12-12 03:10:37 +00:00
7 lines
82 B
Text
7 lines
82 B
Text
--!strict
|
|
|
|
local function hello()
|
|
print("<< PRINT MESSAGE >>")
|
|
end
|
|
|
|
return hello
|