Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Znajdz trójkąty prostokątne
--ghc 7.10 main = do let threes = [(a, b,c) | a <- [1..10], b <- [1..10], c <- [1..10], a*a + b*b == c*c] print (threes)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Eerste programma
Advansed Hello Word
Fibonacci proof
mySqrt
Haskell Tree example
preparednessQuotient
Cubed
Producter
State
project euler 2, haskell
Please log in to post a comment.