From b887c6d495ab3103cc96222fa6e10c05eef4e53d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Jun 2023 13:51:03 +0000 Subject: [PATCH] java --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index d13c25e..745bd8f 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,5 +1,5 @@ -/** +/* * The HelloWorldApp class implements an application that simply prints "Hello World" to standard output. */ public class HelloWorld {