holey-bytes/hblang/text-prj/pkg.hb
2024-07-19 14:24:58 +02:00

7 lines
56 B
Plaintext

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