/** * Created by IntelliJ IDEA. * User: rago2483 * Date: Aug 6, 2008 * Time: 10:36:21 PM * To change this template use File | Settings | File Templates. */ public class Hello { public void helloWorld() { System.out.println("Hello World!"); } }