From ae6a999c436b39e9ae366e9936a5a9518236df01 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 2 Sep 2025 20:24:43 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D1=83=D0=BA=D0=BE=D0=B2=20=D0=9C=D0=B8?= =?UTF-8?q?=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9F=D1=80=D0=98-201?= 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..3d781ec --- /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