MCPcopy Index your code
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/easy/_0067/Solution.java:49–52  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

47// }
48
49 public static void main(String[] args) {
50 Solution solution = new Solution();
51 System.out.println(solution.addBinary("11", "1"));
52 }
53}

Callers

nothing calls this directly

Calls 1

addBinaryMethod · 0.95

Tested by

no test coverage detected