Guest User

Untitled

a guest
Dec 13th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. String ANSI_RESET = "u001B[0m";
  2. String ANSI_RED = "u001B[31m";
  3. System.out.println(ANSI_RED + "sampleText" + ANSI_RESET);
Add Comment
Please, Sign In to add comment