Printf Java Boolean


boolean car = true;
System.out.printf("%b",car);
System.out.flush();

Silly Swiftlet