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

Method main

src/com/blankj/medium/_0043/Solution.java:37–40  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

35 }
36
37 public static void main(String[] args) {
38 Solution solution = new Solution();
39 System.out.println(solution.multiply("132", "19"));
40 }
41}

Callers

nothing calls this directly

Calls 1

multiplyMethod · 0.95

Tested by

no test coverage detected