From ebb413df461e16eed380b3195e7ee91f6bcce036 Mon Sep 17 00:00:00 2001 From: shreelakshmijoshi <74366348+shreelakshmijoshi@users.noreply.github.com> Date: Tue, 28 Sep 2021 13:11:40 +0530 Subject: [PATCH] Update Bootstrap.java --- src/main/java/tasks/helloworld/Bootstrap.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/tasks/helloworld/Bootstrap.java b/src/main/java/tasks/helloworld/Bootstrap.java index c32569f..7781ae6 100644 --- a/src/main/java/tasks/helloworld/Bootstrap.java +++ b/src/main/java/tasks/helloworld/Bootstrap.java @@ -5,5 +5,6 @@ public class Bootstrap { public static void main (String[] args) { System.out.println("If you are able to read this, then the your CI build is passing! 😇"); + System.out.println("Ku hit yourself 100k times 👊"); } }