Public class helloworld
{public static void main (string arg []) {system.out.println ("Hello, World!");
}