Will print the parameter of the instruction to the computer console. For this program, you want the computer to print the words 'Hello World!' to your console. The instructions inside the brackets of the main function will tell your computer what to do when it executes the program.
The final step in writing your code is to define the main function in you HelloWorld class.