From 9637e1fa512334807d41a3863cce3e6572f0c75b Mon Sep 17 00:00:00 2001 From: Mahboobe Shakeri <mahboobe.shakerinadr@ucalgary.ca> Date: Fri, 13 Sep 2024 13:43:53 -0600 Subject: [PATCH] changing print --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index 0ce00f5..cdabd47 100644 --- a/src/Main.java +++ b/src/Main.java @@ -5,7 +5,7 @@ public class Main { public static void main(String[] args) { //TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text // to see how IntelliJ IDEA suggests fixing it. - System.out.println("Hello Mahboobe local!"); + System.out.println("Hello Mahboobe changing the code online!"); int Mynumber = 25; System.out.println("your number is : " + Mynumber); Scanner sc = new Scanner(System.in); -- GitLab