Examples/hallo.py@898b0dda21e1
Examples/hallo.py
Sat, 29 Oct 2016 16:22:35 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 29 Oct 2016 16:22:35 +0200
- changeset 5282
- 898b0dda21e1
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
Corrected some icons in the Mercurial MQ fold dialog.
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()