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

Method printLine

java/Chapter 7/Question7_5/Question.java:9–12  ·  view source on GitHub ↗
(Line l)

Source from the content-addressed store, hash-verified

7 }
8
9 public static void printLine(Line l) {
10 System.out.println(l.start.x + "\t" + l.start.y);
11 System.out.println(l.end.x + "\t" + l.end.y);
12 }
13
14 public static void printSquare(Square s) {
15 System.out.println(s.left + "\t" + s.top + "\t" + s.size);

Callers 1

doTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected