Skip to content

Commit

Permalink
Fix luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 18, 2024
1 parent b99b4c2 commit bf6f37f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/src/p0003.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ local prime_factors = loadlib("primes").prime_factors
return {
solution = function()
local fgen = prime_factors(600851475143)
local f
local answer = 0
local f, answer

repeat
answer = f
Expand Down

0 comments on commit bf6f37f

Please sign in to comment.