mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 13:45:16 +00:00
6 lines
82 B
Lua
6 lines
82 B
Lua
return {
|
|
hello = function()
|
|
print("Hello world, from {project_name}!")
|
|
end,
|
|
}
|