public class test { public static void main(String[] args) { System.out.println("this is a test java source file"); } }