home_workshop_modpack/computers/commands/echo/init.lua

5 lines
54 B
Lua

function echo(input)
return input
end
return echo