Files
RustPython/Lib/__phello__/__init__.py
2023-02-25 22:59:57 +09:00

8 lines
97 B
Python
Vendored

initialized = True
def main():
print("Hello world!")
if __name__ == '__main__':
main()