LuPPC/src/lua/core/computer.lua
2016-01-05 22:29:49 +01:00

7 lines
76 B
Lua

local computer = {}
function computer.prepare( ... )
end
return computer