From 23ce6f1bfba012f01819fe266cc26365cb4d3b5c Mon Sep 17 00:00:00 2001 From: sheril j cherian <122711620+sherilj@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:26:41 +0530 Subject: [PATCH] Update MyJava.java --- MyJava.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MyJava.java b/MyJava.java index f8b7613..2fc705a 100644 --- a/MyJava.java +++ b/MyJava.java @@ -2,7 +2,8 @@ public class MyJava{ public static void main(String[] args){ System.out.println("Hello World"); + system.out.println("hello from sheril") } -} \ No newline at end of file +}