Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
user:
Mc91
created:
2017-08-17
karma:
539
about:
(defun mc91 (n) (cond ((<= n 100) (mc91 (mc91 (+ n 11)))) (t (- n 10))))
submissions
comments
favorites