You are on page 1of 1

This is a sample program

1. class Simple{  
2.     public static void main(String args[]){  
3.      System.out.println("Hello Java");  
4.     }  
5. }  

You might also like