Java Program

Below is the code for my java program. The simple program will be able to run a script which displays the message "Hello, World".

(CODE START)

public class HelloWorld {

public HelloWorld() {}

}

public static void main(String[] args) {

System.out.printin("Hello, World.");

}

}



By Alexander Dunne | 2017