Skip to content

Commit

Permalink
Debug p3, p7
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 11, 2024
1 parent 67cef94 commit 79e7234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/src/p0007.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ return {
repeat
idx = idx + 1
num = pgen.next()
until idx > 10000
until idx > 10001

return num
end
Expand Down
2 changes: 1 addition & 1 deletion lua/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ end
local problems = {
["p0001.lua"] = {233168, false},
["p0002.lua"] = {4613732, false},
["p0003.lua"] = {6857, false},
["p0004.lua"] = {906609, false},
["p0006.lua"] = {25164150, false},
["p0008.lua"] = {23514624000, false},
Expand All @@ -81,7 +82,6 @@ local problems = {
["p0028.lua"] = {669171001, false},
["p0034.lua"] = {40730, false},
["p0836.lua"] = {"aprilfoolsjoke", false},
["p0003.lua"] = {6857, true},
["p0007.lua"] = {104743, true},
["p0076.lua"] = {190569291, true},
}
Expand Down

0 comments on commit 79e7234

Please sign in to comment.