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