You have FirstApplication.java file with existing code.
File placed under src/main/java/talks/mjc.
Update this file by adding a logic of writing to console following: Hello, World!
Tip: Replace lines // Write your code here! with the missing lines.
You can check section: Writing first application.
- Project should be compiled with no errors.
- FirstApplication.java file should print
Hello, World!to the console (Case sensitive). - FirstApplication.java file should not be moved or renamed.