Examples/hallo.py@a70ebfad3d0e
Examples/hallo.py
Tue, 05 Jan 2021 15:14:40 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 05 Jan 2021 15:14:40 +0100
- changeset 7958
- a70ebfad3d0e
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
DebugUI: some fine tuning of the client exit notification.
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()