From 3f8bb80cc8ab2c330825f4cfbb70bacfbae0e358 Mon Sep 17 00:00:00 2001 From: Alok Sharma <2021eo262al@mitsgwl.ac.in> Date: Wed, 19 Jul 2023 11:25:54 +0530 Subject: [PATCH] Create hello_world.py Co-Authored-By: minecraft-3 <139451838+minecraft-3@users.noreply.github.com> --- hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..1385fe3 --- /dev/null +++ b/hello_world.py @@ -0,0 +1 @@ +print("Hello, world!") \ No newline at end of file