oops, I accidentally
This commit is contained in:
@@ -192,7 +192,7 @@ end
|
|||||||
function ones(n)
|
function ones(n)
|
||||||
local ret = 0
|
local ret = 0
|
||||||
while n != 0 do
|
while n != 0 do
|
||||||
ret +=
|
ret += 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user