Sign in
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
rules_python
/
f2668295be2f73623ea0ed62f2942ecfd448c8d2
/
.
/
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"
)