8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 961e0bd + 859e312 commit 21079e5Copy full SHA for 21079e5
scripts/README.md
@@ -1,8 +1,9 @@
1
Some Scripts
2
============
3
4
-`comments.sh` - use to generate a cpp file with some comments
+### comments.sh
5
6
+`comments.sh` - it's used to generate author and problem description comments
7
8
1) Create a file named largestNumber.cpp, and add Copyright & Problem description
9
```
@@ -14,8 +15,7 @@ Some Scripts
14
15
./comments.sh https://oj.leetcode.com/problems/largest-number/ largestNumber.cpp
16
17
-
18
-the cpp source file's comment will be like blow:
+The comments would be generated by above examples as below:
19
20
21
// Source : https://oj.leetcode.com/problems/largest-number/
0 commit comments