Skip to content

Commit

Permalink
Fix luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 17, 2024
1 parent 7fdef1d commit cbfdbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/src/p0005.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return {
end
end
for i = 2,19 do
for j = 1,factorTracker[i] do
for _ = 1,factorTracker[i] do
answer = answer * i
end
end
Expand Down

0 comments on commit cbfdbf3

Please sign in to comment.