From bb74b5fe8b9baddae7d24a61e3b1c108a52b7d3d Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 20 Apr 2026 09:26:47 +0530 Subject: [PATCH] Add hello world script in English and Japanese --- hello_world.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..80d9a4f --- /dev/null +++ b/hello_world.py @@ -0,0 +1,2 @@ +print("Hello, World!") +print("こんにちは、世界!")