We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2367e29 + 81a0588 commit e3433dfCopy full SHA for e3433df
SumTwoNumbers/README.md
@@ -6,7 +6,7 @@ You may assume the two numbers do not contain any leading zero, except the numbe
6
7
Example:
8
9
-Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
10
-Output: 7 -> 0 -> 8
11
-Explanation: 342 + 465 = 807.
+ Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
+ Output: 7 -> 0 -> 8
+ Explanation: 342 + 465 = 807.
12
0 commit comments