We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424e3d0 commit 6be727eCopy full SHA for 6be727e
1 file changed
README.md
@@ -2,3 +2,24 @@ python
2
======
3
4
Show Me the Code Python version.
5
+
6
7
+### How to Add your solutions:
8
9
+ * fork this repo
10
+ * create a folder named with your github name
11
+ * create a folder named the problem num
12
+ * add your solution in the folder
13
14
+For example, if you wanna add a solution for problem 001, you should do like this:
15
16
+ * fork Show-Me-the-Code/python
17
+ * git clone YOUR_REPO_URL SOME_DIR
18
+ * cd SOME_DIR
19
+ * mkdir YOUR_GITHUB_USER_NAME
20
+ * cd YOU_GITHUB_USER_NAME
21
+ * mkdir 001
22
+ * cd 001
23
+ * and the write some code & test it
24
25
+if all these steps done, send us an pull request. After we accepte your request, we'll invite you to this group.
0 commit comments