Skip to content

mjc-school/stage0-module2-task1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocode greetings

Pre-condition:

You have FirstApplication.java file with existing code. File placed under src/main/java/talks/mjc.

Task

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.

Requirements

  • 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.

Releases

No releases published

Packages

No packages published

Languages