MCPcopy Index your code
hub / github.com/careercup/ctci / main

Method main

java/Chapter 7/Question7_5/Question.java:75–81  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

73 }
74
75 public static void main(String[] args) {
76 /* For an easy way to test these, open up Square Cut Tester.xlsx
77 * in the Chapter 7, Problem 5 folder. Copy and paste the exact
78 * output from below into the file (including all tabs).
79 */
80 doTests();
81 }
82
83}

Callers

nothing calls this directly

Calls 1

doTestsMethod · 0.95

Tested by

no test coverage detected