Examples/hallo.py@896d0aa3e829
Examples/hallo.py
Sun, 16 Mar 2025 12:15:35 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 16 Mar 2025 12:15:35 +0100
- branch
- eric7
- changeset 11168
- 896d0aa3e829
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
Updated the Bluetooth Assigned Numbers files and added a text file describing where they were downloaded from.
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()