Examples/rhallo.py@fa1b4e735e00
Examples/rhallo.py
Tue, 14 Jul 2020 19:32:14 +0200
- author
- zeitaway@126.com
- date
- Tue, 14 Jul 2020 19:32:14 +0200
- changeset 7649
- fa1b4e735e00
- parent 5422
-
222da86472d9
- child 8314
-
e3642a6a1e71
- permissions
- -rw-r--r--
Updated Chinese translations.
#!/usr/bin/env python
import sys
import eric6dbgstub
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
if eric6dbgstub.initDebugger("standard"):
eric6dbgstub.debugger.startDebugger()
main()