HN2new | past | comments | ask | show | jobs | submitlogin

    fib a b 1 = 1
    fib a b 0 = 0
    fib a b n = (fib a b (n - 1)) + (fib a b (n -2))
Where do I send my CV (I always loved London).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: