A professional, up-to-date, high quality application to print out "Hello, World" to the console in real-time.
git clone https://github.com/szskill/hello-world
cd hello-world
python3 main.pygit clone https://github.com/szskill/hello-world
cd hello-world
docker build -t hello-world .
docker run hello-worldpython3 -m unittest