- Star ( optional )
- Fork this repository
- Clone your repo
- Add your hello world program examples in a folder with language name
## Example
## Python/hello-world.py
print("Hello World")
## PHP/hello-world.php
<?= 'Hello World!' ?>
- Push
- Pull request
## Example
## Python/hello-world.py
print("Hello World")
## PHP/hello-world.php
<?= 'Hello World!' ?>