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