Jonathan
2012-12-16 01:07:01 UTC
class colors{
public static void main(Sring []args){
System.out.print("This is printed out blue");
}
}
How can I make that text print out blue?