Skip to content

Commit 7112ec4

Browse files
Update Add_Two_Numbers.js
1 parent 5675ce9 commit 7112ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetcodeProblems/Algorithms/Add_Two_Numbers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
1313
Output: 7 -> 0 -> 8
1414
Explanation: 342 + 465 = 807.
1515
*/
16-
16+
*/
1717
/**
1818
* Definition for singly-linked list.
1919
* function ListNode(val) {

0 commit comments

Comments
 (0)