mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
5 lines
81 B
Lua
5 lines
81 B
Lua
return {
|
|
hello = function()
|
|
print("Hello world, from {project_name}!")
|
|
end,
|
|
} |