Skip to content
Snippets Groups Projects
Commit 853dbdec authored by Mahboobe Shakeri's avatar Mahboobe Shakeri
Browse files

changing hello massage

parent ebb05e52
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment