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