Hello World!

A “Hello World!” project is created whenever you learn a new programming language. Let’s kick off this blog with “Hello World!” too:

<?php

echo 'Hello World!';

The journey has started. The next posts are coming soon.