From 645d6eb7365f98b9b36a733d489b8ed1c12ba454 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 4 Sep 2025 01:07:11 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=81=D0=B0=D1=80=D0=B5=D0=B2=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9F=D1=80=D0=98-202?= =?UTF-8?q?=20HelloWorld?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task01/src/HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 task01/src/HelloWorld.java diff --git a/task01/src/HelloWorld.java b/task01/src/HelloWorld.java new file mode 100644 index 0000000..a2945ff --- /dev/null +++ b/task01/src/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file