forked from AbleOS/holey-bytes
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
fib := fn(n: int): int {
|
|
return n + 1;
|
|
}
|