6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
pkg := @use("pkg.hb");
|
|
|
|
main := fn(a: int): int {
|
|
return pkg.fib(pkg.global);
|
|
}
|