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