blob: 44522e0fe921fca5c9876c498fb4384f83ebb7e3 [file] [log] [blame]
Lukacs Berkif5e23c62015-03-27 14:08:38 +00001"""A tiny example binary for the native Python rules of Bazel."""
2
3
4def GetNumber():
5 return 42