/** * Title: * Description: * Copyright: Copyright (c) 2002 * Company: * @author * @version 1.0 */ public class Hello { public static void main(String[] args) { System.out.println("Hello world"); } }