Hello World Assignment Template For our first Java program, we're going to write a Hello, World program. Add code to MyMain.java to do the desired thing. Run your code with: make run Or go to MyMain.java and click on Run above the main() method. Run your tests with: make test