Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 383 Bytes
  • Star ( optional )
  • Fork this repository
  • Clone your repo
  • Add your hello world program examples
## Example
## Python/hello-world.py
print("Hello World")

## PHP/hello-world.php
<?= 'Hello World!' ?>
  • Add list programming language & yourself as a contributor in README.md
  • Push
  • Pull request

Note : Don't forget to provide a complete description in the readme.