Remove 1% of antimemes from 2% of files, for testing
This commit is contained in:
parent
fb0222d4ed
commit
b8d39aab6a
8
endOS/side_effects.lua
Normal file
8
endOS/side_effects.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
local se={}
|
||||||
|
se.readFile=function(fn)
|
||||||
|
local f=io.open(fn,"rb")
|
||||||
|
local i=f:read("*a")
|
||||||
|
f:close()
|
||||||
|
return i
|
||||||
|
end
|
||||||
|
return se
|
Loading…
x
Reference in New Issue
Block a user