crc32 is a number

This commit is contained in:
2021-10-30 21:33:28 +03:00
parent 54f368e205
commit d3b23d2f89
3 changed files with 10 additions and 10 deletions

View File

@@ -2,10 +2,10 @@ local md5 = require 'md5'
local this_file = 'i_know_my_md5.lua'
function read_all(file)
local f = assert(io.open(file, "rb"))
local content = f:read("*all")
f:close()
return content
local f = assert(io.open(file, "rb"))
local content = f:read("*all")
f:close()
return content
end
local content = read_all(this_file)