helloworld helloworld public class HelloWorld{ public void main HelloWorld(String args[]){ System.out.println("HelloWorld"); } }