public class Hello { public static void main( String[] args ){ System.out.println("Hello World"); } }
By Walter Greenholt at Jun 01 2021
public class HelloWorld{ public static void main(String []args){ System.out.println("Hello World"); } }
By Judith Bernier at Dec 06 2019