Started the expcore

This commit is contained in:
Cooldude2606
2017-12-01 16:16:44 +00:00
parent ec0be19e54
commit 265784e6dc
3 changed files with 43 additions and 1 deletions

View File

@@ -31,6 +31,5 @@ return function(rtn)
table.insert(to_return,StdLib[name])
end
end
test = to_return
return unpack(to_return)
end