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