Examples/hallo.py

Thu, 03 Apr 2025 19:50:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 03 Apr 2025 19:50:43 +0200
branch
eric7
changeset 11206
9271719f43a7
parent 12
1d8dd9706f46
permissions
-rw-r--r--

Modified the display of the crash session dialog to show the time stamp of the found crash session file and the path of the project file (if a project was open) (see issue584).

#!/usr/bin/env python

import sys

def main():
    print("Hello World!")
    sys.exit(0)
    
if __name__ == "__main__":
    main()

eric ide

mercurial