I wrote this piece of code to make a blue background:
System.out.print("\u001B[44m" + " ");
it works fine in IntelliJ, but here's the output in cmd:
?[44m
I'm using the latest version of windows 10
what should I do?
I wrote this piece of code to make a blue background:
System.out.print("\u001B[44m" + " ");
it works fine in IntelliJ, but here's the output in cmd:
?[44m
I'm using the latest version of windows 10
what should I do?