What I want to do is basically that anterior impreso en consola se borre
, that is, if for example I write a program that prints a "Hola mundo"
in the console, that the next instruction after System.out.println("Hola mundo");
is an instruction that erases the above written, which would be in this case the hola mundo
.