From 9f2af5829aa304fab9296ea39109aebd40eabf58 Mon Sep 17 00:00:00 2001 From: Ruchi110 <56905384+Ruchi110@users.noreply.github.com> Date: Wed, 23 Oct 2019 09:47:51 +0530 Subject: [PATCH] updated --- HelloWorld/Main.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloWorld/Main.java b/HelloWorld/Main.java index c2f54fd..950a783 100644 --- a/HelloWorld/Main.java +++ b/HelloWorld/Main.java @@ -5,5 +5,6 @@ public class Main public static void main(String[] args) { System.out.println("Hello world"); + System.out.println("This world is so cruel"); } -} \ No newline at end of file +}