Module:Test: Difference between revisions
From Growtopia Wiki
More actions
NekoPillow (talk | contribs) No edit summary |
NekoPillow (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
local crc32 = require("Module:CRC32") | local crc32 = require("Module:CRC32") | ||
function | function M.test() | ||
return crc32.Crc32("Dirt") | return crc32.Crc32("Dirt") | ||
end | end | ||
return M | return M | ||
Latest revision as of 16:55, 20 August 2019
Documentation for this module may be created at Module:Test/doc