From 853dbdec08d67ebd3531fb3ce00b5625ad911ff6 Mon Sep 17 00:00:00 2001 From: Mahboobe Shakeri <mahboobe.shakerinadr@ucalgary.ca> Date: Fri, 27 Sep 2024 13:29:22 -0600 Subject: [PATCH] changing hello massage --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index 05f3813..ad72387 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); -- GitLab