View Single Post
  #2 (permalink)  
Old 08-07-2007, 07:50 AM
baltimore baltimore is offline
Member
 
Join Date: Jul 2007
Posts: 40
baltimore is on a distinguished road
Please check this:
Code:
class HelloWorld{ public static void main(String args[]){ System.out.println("Hello World"); }//end main }//end class
Reply With Quote