From 084260fe6258f16e5e17626f7884bd04a0ef79c9 Mon Sep 17 00:00:00 2001 From: aliviahossain Date: Wed, 21 May 2025 23:17:04 +0530 Subject: [PATCH] Update Application.java --- 05 - A Hello World Program/src/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05 - A Hello World Program/src/Application.java b/05 - A Hello World Program/src/Application.java index 078aea8..12fb1f8 100644 --- a/05 - A Hello World Program/src/Application.java +++ b/05 - A Hello World Program/src/Application.java @@ -1,7 +1,7 @@ public class Application { public static void main(String[] args) { - System.out.println("Hello World!"); + System.out.println("Hello World!"); //print statement } -} \ No newline at end of file +}