Changes
1 changed files (+1/-1)
-
-
@@ -9,4 +9,4 @@ main = doputStrLn "test" let n = 1000 let a = [0..n-1] print $ foldl (+) 0 (map (\i -> foldl (+) 0 (map (`gcd` i) a)) a) print $ sum (map (\i -> sum (map (`gcd` i) a)) a)
-
A potpourri of programming languages
1 changed files (+1/-1)