1 public class HelloWorld {
print()2     public void print() {
3         System.out.println("hello world");
4     }
5 }
6