Create echo.lua

This commit is contained in:
Ale32bit 2016-09-02 13:04:54 +02:00 committed by GitHub
parent ad88821bc7
commit 02429af0ff

1
src/bin/echo.lua Normal file
View file

@ -0,0 +1 @@
print(table.concat({...}," "))