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

Method main

src/com/blankj/medium/_0016/Solution.java:35–38  ·  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 System.out.println(solution.threeSumClosest(new int[]{-1, 2, 1, -4}, 1));
38 }
39}

Callers

nothing calls this directly

Calls 1

threeSumClosestMethod · 0.95

Tested by

no test coverage detected