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

Method main

3_Strings/StringCompression.java:22–25  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

20 return newStr;
21 }
22 public static void main(String args[]) {
23 String str = "aaabbcccdd";
24 System.out.println(compressString(str));
25 }
26}

Callers

nothing calls this directly

Calls 1

compressStringMethod · 0.95

Tested by

no test coverage detected