From 056175fd355f0e202b4f4c45e9629d779141d173 Mon Sep 17 00:00:00 2001 From: Abhijit Chakraborty <91558173+Abhijitchakraborty13@users.noreply.github.com> Date: Sun, 3 Oct 2021 00:33:07 +0530 Subject: [PATCH] created hello world using python My Name Abhijit Chakraborty --- helloworld.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloworld.md diff --git a/helloworld.md b/helloworld.md new file mode 100644 index 0000000..9dbb3d1 --- /dev/null +++ b/helloworld.md @@ -0,0 +1,3 @@ +# ***This program prints Hello, world!*** + +print('Hello, world!')