holey-bytes/hblang/text-prj/pkg.hb
2024-07-19 15:51:02 +02:00

6 lines
55 B
Plaintext

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