Friday, September 11, 2009

Hello, World

 public class HelloWorld {  
      public static void main(String[] args) {  
        System.out.println("SalamX");  
        System.out.println("Hello, World!");  
        System.out.println("Please wait for the next post..");  
   }  
 }