2 lines
73 B
Lua
2 lines
73 B
Lua
local myhash = require "lookup3"
|
|
print(myhash.lookup3("hello", 0) % 100)
|
local myhash = require "lookup3"
|
|
print(myhash.lookup3("hello", 0) % 100)
|