From 440043893bad6cde2ab68c923a819fb341dec180 Mon Sep 17 00:00:00 2001 From: Caleb Hyoungjoon Ahn Date: Sun, 27 Sep 2020 15:25:59 -0400 Subject: [PATCH] added to print statement in helloworld.java --- helloworld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.java b/helloworld.java index 524afe3..e2b9726 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,5 +1,5 @@ public class helloworld { public static void main(String[] args) { - System.out.println("Hello world!"); + System.out.println("Hello world!!!!!!!!!!!!"); } }