Skip to content

Commit

Permalink
STEP-2: Task-1 - Add greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyar-gerami committed Jun 19, 2024
1 parent 03f2299 commit 2f0a8d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/example/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
String greeting = "Good day!";
System.out.println("Hello world!" + "\n" + greeting);
}
}

0 comments on commit 2f0a8d6

Please sign in to comment.