improve
This commit is contained in:
parent
f9171e5ed6
commit
4fa29c42be
@ -135,6 +135,6 @@ end
|
||||
local facs = factor(x)
|
||||
|
||||
if (potatOS.is_uninstalling and potatOS.is_uninstalling()) and x > 1e5 then
|
||||
for k, v in pairs(facs) do facs[k] = facs[k] + random(0, 1000) end
|
||||
for k, v in pairs(facs) do facs[k] = v + random(0, 1000) end
|
||||
end
|
||||
print("Factors:", unpack(facs))
|
Loading…
Reference in New Issue
Block a user