Skip to content

Commit

Permalink
Added p9 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siver (e17841) authored and Ben Siver (e17841) committed Dec 26, 2012
1 parent 1e94ad3 commit 9d79470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p9.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[[a,b,c] | a <- [1..1000], b <- [1..1000], c <- [1..1000], a+b+c==1000, a^2+b^2==c^2]

0 comments on commit 9d79470

Please sign in to comment.