Skip to content

Commit 98374e0

Browse files
att
1 parent c18b3e7 commit 98374e0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

teste.lua

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11

2-
3-
local meta = {}
4-
local normal = {}
5-
setmetatable(normal,meta)
6-
7-
8-
meta.__gc = function (t1,t2)
9-
print("chamou")
10-
end
2+
local teste = io.open("a.out", "rb"):read("a")
3+
print(type(teste))
4+
io.open("b.out","w"):write(teste)

0 commit comments

Comments
 (0)