holey-bytes/hblang/text-prj/pkg.hb
2024-06-01 20:30:15 +02:00

4 lines
42 B
Plaintext

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