From e0a295357e513f26a10d56ec322e77ade5b92710 Mon Sep 17 00:00:00 2001 From: shivansh023023 <168457476+shivansh023023@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:12:24 +0530 Subject: [PATCH] Create hello_world.bat --- hello_world.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world.bat diff --git a/hello_world.bat b/hello_world.bat new file mode 100644 index 0000000..cb4ab6f --- /dev/null +++ b/hello_world.bat @@ -0,0 +1,3 @@ +@echo off +echo Hello, World! +pause