Examples/hallo.py@1e8abbfe11c7
Examples/hallo.py
Sat, 06 Dec 2014 13:03:59 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 06 Dec 2014 13:03:59 +0100
- branch
- 5_5_x
- changeset 3961
- 1e8abbfe11c7
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
Added code to set the 'fill to end of line' setting for the current selection.
(grafted from 50e92e127159ca06c1a1fcaa73d437080c3640ed)
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()