5 lines
77 B
Text
5 lines
77 B
Text
local function main()
|
|
print("Hello from the main function.")
|
|
end
|
|
|
|
main()
|