mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 18:48:14 +03:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
!:
|
|
:: /=try=/bin/fib/hoon
|
|
::
|
|
|= *
|
|
|= [num=@ud ~]
|
|
:_ ~ :_ ~
|
|
:+ %la %leaf
|
|
(scow %ud %.(num |=(x=@ ?:((lth x 2) 1 (add $(x (dec x)) $(x (sub x 2)))))))
|
|
|