Untitled


SUBMITTED BY: Guest

DATE: Dec. 22, 2013, 12:09 a.m.

FORMAT: Text only

SIZE: 103 Bytes

HITS: 1168

  1. Okay not entirely correct but this is the idea
  2. recurse 0 = n
  3. recurse n = n : (recurse (n-1))

comments powered by Disqus