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

Method main

src/com/blankj/easy/_0066/Solution.java:32–36  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

30 }
31
32 public static void main(String[] args) {
33 Solution solution = new Solution();
34 int[] digits = solution.plusOne(new int[]{9, 9, 9});
35 System.out.println(Arrays.toString(digits));
36 }
37}

Callers

nothing calls this directly

Calls 1

plusOneMethod · 0.95

Tested by

no test coverage detected