Sunday, February 03, 2019

Hello , World

class Hello
{
  public static void main(String args[])
{
   System.out.printlnn("Hello , World!");
}
}