CPlay/lua_lib/driver.lua
2025-08-18 11:23:04 +02:00

2 lines
73 B
Lua

local myhash = require "lookup3"
print(myhash.lookup3("hello", 0) % 100)