From cf44ec9de3fbc09a0738cb9c14dc3e0f6e52de93 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Wed, 18 Jun 2025 20:47:37 +0530 Subject: [PATCH] New comment added in demo.java --- demo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/demo.java b/demo.java index 92cb83e..c5d1603 100644 --- a/demo.java +++ b/demo.java @@ -2,5 +2,6 @@ public class demo { public static void main(String[] args) { // Print a message to the console System.out.println("Hello from demo.java! how are you guys"); + //This message shows the implementation of a basic java program } }