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