Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 433 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 433 Bytes

CONTRIBUTING

if you want to add one hello world in a language who is not in this repo

you must respect 3 rules :

  • create a new dir with the name of the programming language
  • add a code file with the right extension ONLY (for example : for a compiled language , do not put the binary file)
  • add a readme.md to explain how to run the script and link of the language (you can see an example here)