public class Main { public static void main(String[] argv) throws Exception { System.out.printf("%10s %10s %10s\n", "this", "is", "a test"); }}