MCPcopy Index your code
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_0002/Solution.java:35–41  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

33 }
34
35 public static void main(String[] args) {
36 Solution solution = new Solution();
37 ListNode.print(solution.addTwoNumbers(
38 ListNode.createTestData("[2,4,3]"),
39 ListNode.createTestData("[5,6,4]")
40 ));
41 }
42}

Callers

nothing calls this directly

Calls 3

printMethod · 0.95
addTwoNumbersMethod · 0.95
createTestDataMethod · 0.95

Tested by

no test coverage detected