Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 269 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (13 loc) · 269 Bytes
  • 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