Skip to content

Commit

Permalink
solve 29
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachBeta committed Nov 27, 2012
1 parent 75636d5 commit 1aeb2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions problem_29/problem_29.rb
Expand Up @@ -16,8 +16,8 @@

combos = {}

for a in (2..5) do
for b in (2..5) do
for a in (2..100) do
for b in (2..100) do
combos[a**b] = true
end
end
Expand Down

0 comments on commit 1aeb2c7

Please sign in to comment.