public class Test { public static void main(String argv[]) { System.out.println("This is a test."); } }