An open API service indexing awesome lists of open source software.

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

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