So lets say I have this:
System.out.println("HelloWorld");
What would I do to make it so the console deletes "HelloWorld" after 10 seconds.
So lets say I have this:
System.out.println("HelloWorld");
What would I do to make it so the console deletes "HelloWorld" after 10 seconds.