oops, I accidentally

This commit is contained in:
2025-05-31 21:30:30 -07:00
parent 0bd1463416
commit f675e31967

View File

@@ -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