Tuesday, 5 November 2013

PROGRAM TO PRINT HELLO WORLD !!

public class helloworld {
    public static void main(String []args){
        System.out.println("Hello world !!");
    }
}

No comments:

Post a Comment