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.
1 parent 9cbb1eb commit 40a1ed0Copy full SHA for 40a1ed0
merge-two-sorted-lists/sora0319.java
@@ -36,4 +36,5 @@ public ListNode mergeTwoLists(ListNode list1, ListNode list2) {
36
37
return answer.next;
38
}
39
-}
+}
40
+
0 commit comments