We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cac740 commit 3014f83Copy full SHA for 3014f83
CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+# CONTRIBUTING
2
+
3
+if you want to add one hello world in a language who is not in this repo
4
5
+you must respect 3 rules :
6
7
+ - create a new dir with the name of the programming language
8
+ - add a code file with the right extension **ONLY** (for example : for a compiled language , do not put the binary file)
9
+ - add a `readme.md` to explain how to run the script and link of the language (you can see an example [here](/Python/Readme.md))
0 commit comments