Print "Hello".

class demo
{

public static void main(String args[])

{
System.out.println("Hello");
}

}



No comments:

Post a Comment