ab·surd·li
Archive
/
RSS
/
about
June 2
matter patching
sumList (x:xs) = x + (sumList xs) sumList [] = 0