Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6e62eb2e70a9f2a8099735989a58e8c8cfb4a2f2
/
.
/
Lib
/
__phello__
/
__init__.py
blob: d37bd2766ac1c6c50660afff724338ab696afbbd [
file
]
initialized
=
True
def
main
():
print
(
"Hello world!"
)
if
__name__
==
'__main__'
:
main
()