public class HelloWorld {
	String hw = "Hello World";

	public String getHelloWorld() {
		return hw;
	}
}