index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
/
py
/
bin.py
blob: f4a6666dddc8a29d1a6a6de424f80ad7d1b542e5 (
plain
)
1
2
3
from examples.py import lib print("Fib(5)=%d" % lib.Fib(5))