holey-bytes/hblang/text-prj/pkg.hb
2024-07-07 14:52:31 +02:00

6 lines
57 B
Plaintext

global := 10;
fib := fn(n: int): int {
return n + 1;
}