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

Method main

src/com/blankj/easy/_16_11/Solution.java:30–33  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

28 }
29
30 public static void main(String[] args) {
31 Solution solution = new Solution();
32 System.out.println(Arrays.toString(solution.divingBoard(1, 2, 3)));
33 }
34}

Callers

nothing calls this directly

Calls 1

divingBoardMethod · 0.95

Tested by

no test coverage detected