I am programming following thing:
public static void main(String[] args){
System.err.println("Watch on youtube: Mickey en de stomende drol");
}
My output is:
Watch on youtube: Mickey en de stomende drol
Which seems ok but the font color of the output is red. It should be black. How do I make the output black?