File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ Show Me the Code Python version.
88
99### How to Add your solutions:
1010
11- * fork this repo
12- * create a folder named with your github name
13- * create a folder named the problem num
14- * add your solution in the folder
11+ * Fork this repo.
12+ * Create a folder named with your github name.
13+ * Create a folder named the problem num.
14+ * Add your solution in the folder.
1515
1616For example, if you wanna add a solution for problem 0001, you should do like this:
1717
18- * fork Show-Me-the-Code/python
19- * git clone YOUR_REPO_URL SOME_DIR
20- * cd SOME_DIR
21- * mkdir YOUR_GITHUB_USER_NAME
22- * cd YOU_GITHUB_USER_NAME
23- * mkdir 0001
24- * cd 0001
25- * and the write some code & test it
18+ * Fork ` Show-Me-the-Code/python ` .
19+ * git clone ` YOUR_REPO_URL SOME_DIR ` .
20+ * cd ` SOME_DIR ` .
21+ * mkdir ` YOUR_GITHUB_USER_NAME ` .
22+ * cd ` YOU_GITHUB_USER_NAME ` .
23+ * mkdir ` 0001 ` .
24+ * cd ` 0001 ` .
25+ * and the write some code & test it.
2626
27- if all these steps done, send us an pull request. After we accepte your request, we'll invite you to this group.
27+ If all these steps done, send us an pull request. After we accept your request, we'll invite you to this group.
You can’t perform that action at this time.
0 commit comments