MCPcopy Index your code
hub / github.com/Ppsoft1991/CodeReviewTools / getBanner

Method getBanner

src/main/java/ppsoft1991/Banner.java:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3public class Banner {
4 public static String getBanner(){
5 return "\u001B[0;1;35;95mCo\u001B[0;1;31;91mde\u001B[0;1;33;93mRe\u001B[0;1;32;92mvi\u001B[0;1;36;96mew\u001B[0;1;34;94mTo\u001B[0;1;35;95mol\u001B[0;1;31;91ms\u001B[0m";
6 }
7}

Callers 2

printHelpMethod · 0.95
parserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected