From d3ef7bac9532e84f8c211c061c5bea6010ae0677 Mon Sep 17 00:00:00 2001 From: Gopikrishna Pinni <142527857+Gopikrishnapinni@users.noreply.github.com> Date: Sat, 12 Jul 2025 10:35:35 +0530 Subject: [PATCH] Update Test.java My First Change --- metro_system/Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metro_system/Test.java b/metro_system/Test.java index a8b429f..12e37c3 100644 --- a/metro_system/Test.java +++ b/metro_system/Test.java @@ -2,8 +2,8 @@ public class Test { public static void main(String[] args) { - System.out.println("hello there"); - System.out.println("i think its time we should do our first commit"); + System.out.println("hello"); + System.out.println("I think its time we should do our first commit"); } }