Kapalov / stage0-module2-task1

Autocode greetings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Autocode greetings


Languages

Language:Java 100.0%