MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_0018/Solution.java:101–104  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

99 }
100
101 public static void main(String[] args) {
102 Solution solution = new Solution();
103 System.out.println(solution.fourSum(new int[]{1, 0, -1, 0, -2, 2}, 0));
104 }
105}

Callers

nothing calls this directly

Calls 1

fourSumMethod · 0.95

Tested by

no test coverage detected