Wednesday, October 2, 2013

/*
Simple Program To print 
*/

public class simpleExample
{
        public static void main(String[] args)
        {
                System.out.println("My first java program");
                System.out.println("Go to tham");
                System.out.println("hip hip hura");
       }
}

No comments:

Post a Comment