[Meaningful] ITT we code for a week before posting [Profound] (27)

6 Name: : 2009-02-08 09:17 ID:sylXifVG [Del]

totient n = length $ filter (\p -> gcd p n == 1) [1 .. n - 1]
cototient n = n - totient n
main = do putStrLn(show(map cototient [1 .. 50]))

It took me FUCKING 100 HOURS to get this to work right.

Name: Link:
Spam trap (don't touch):
File: