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

Method main

src/com/blankj/medium/_0029/Solution.java:31–34  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

29 }
30
31 public static void main(String[] args) {
32 Solution solution = new Solution();
33 System.out.println(solution.divide(-2147483648, 1));
34 }
35}

Callers

nothing calls this directly

Calls 1

divideMethod · 0.95

Tested by

no test coverage detected