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

Method main

src/com/blankj/easy/_0007/Solution.java:19–25  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

17 }
18
19 public static void main(String[] args) {
20 Solution solution = new Solution();
21 System.out.println(solution.reverse(123));
22 System.out.println(solution.reverse(-123));
23 System.out.println(solution.reverse(100));
24 System.out.println(solution.reverse(1000000003));
25 }
26}

Callers

nothing calls this directly

Calls 1

reverseMethod · 0.95

Tested by

no test coverage detected