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 👊"); } }