diff --git a/src/Main.java b/src/Main.java index 05f38136f9726b7afd14ee68d1cc4e2bd0360187..ad72387652f019cb11ebd183c815d3caf570f178 100644 --- a/src/Main.java +++ b/src/Main.java @@ -9,7 +9,7 @@ public class Main { //TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text // to see how IntelliJ IDEA suggests fixing it. System.out.println("changes in the merge"); - System.out.println("Hello Mahboobe changing the code online!"); + System.out.println("Hello Class changing the code online again!"); HashMap<String, Integer> grades = new HashMap<>(); grades.put("Mahboobe", 87);