Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
d3ff1d12421c91c64236a08f6f6641ddf11bd131
/
.
/
tests
/
repl
/
helper
/
test_module.py
blob: 0c4a309b01473f8424cc74b029a2f519097b4bcc [
file
] [
log
] [
blame
]
"""This is a file purely intended for validating //python/bin:repl."""
def
print_hello
():
print
(
"Hello World"
)