mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
4025898428
Run using find . -type f | xargs sed -i '\s\+$' And not even glanced at. It's fine. Don't worry about it.
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
!:
|
|
:: /=try=/bin/fib/hoon
|
|
::
|
|
|= *
|
|
|= [num=@ud ~]
|
|
:_ ~ :_ ~
|
|
:- %$
|
|
!> %. num
|
|
|=(x=@ ?:((lth x 2) 1 (add $(x (dec x)) $(x (sub x 2)))))
|