Sign in
bazel
/
bazel
/
d52d32ef0ecfc0d784ec2fd0f1b4dcbbc03aa389
/
.
/
examples
/
py
/
bin.py
blob: 53e917e4910d22627c5e90221099a1976dc54cd1 [
file
] [
log
] [
blame
]
from
examples
.
py
import
lib
print
"Fib(5)=%d"
%
lib
.
Fib
(
5
)