oops, I accidentally

This commit is contained in:
Kistaro Windrider 2025-05-31 21:30:30 -07:00
parent 0bd1463416
commit f675e31967
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -192,7 +192,7 @@ end
function ones(n)
local ret = 0
while n != 0 do
ret +=
ret += 1
end
end