MCPcopy Create free account
hub / github.com/apna-college/Alpha / main

Method main

1_Arrays/PairsinArray.java:13–16  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

11 }
12 }
13 public static void main(String args[]) {
14 int arr[] = {1, 2, 3, 4, 5, 6};
15 printPairs(arr);
16 }
17}

Callers

nothing calls this directly

Calls 1

printPairsMethod · 0.95

Tested by

no test coverage detected