Sign in
bazel
/
bazel
/
847a41816c08b846e09c62834f28fbbcb08d5d6d
/
.
/
examples
/
py_native
/
bin.py
blob: f79379a2377689454c0ed78c62ed59070ccbf1e0 [
file
] [
log
] [
blame
]
Lukacs Berki
f5e23c6
2015-03-27 14:08:38 +0000
[
diff
] [
blame
]
1
"""A tiny example binary for the native Python rules of Bazel."""
2
from
examples
.
py_native
.
lib
import
GetNumber
3
4
print
"The number is %d"
%
GetNumber
()