https://github.com/david-a-wheeler/hello
Say "hello world" as a simple project example
https://github.com/david-a-wheeler/hello
best-practices demo demonstration hello hello-world python-3 python3
Last synced: about 1 year ago
JSON representation
Say "hello world" as a simple project example
- Host: GitHub
- URL: https://github.com/david-a-wheeler/hello
- Owner: david-a-wheeler
- License: mit
- Created: 2018-01-23T15:07:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T17:14:31.000Z (over 8 years ago)
- Last Synced: 2025-01-27T11:13:59.885Z (over 1 year ago)
- Topics: best-practices, demo, demonstration, hello, hello-world, python-3, python3
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# hello
Say "Hello, world!" to the standard output as a simple project example.
This is a tiny project to make it easy to demonstrate things such as the
[CII Best Practices badge](https://bestpractices.coreinfrastructure.org/).
For more information about contributing to the project, see
[CONTRIBUTING.md](CONTRIBUTING.md).
This is written in Python 3.
You can run it this way (assuming you have Python3 installed)
from the command line:
> python3 -m pylint hello.py