blob: 4b668d43ddd979f15f805c6ac23ebe80765915cc [file] [log] [blame]
/**
* 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!");
}
}