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