You are on page 1of 1

class Simple

{
public static void main(String args[])
{
System.out.println("Hello Java");
}
}

You might also like