From c3cdab5ee396ff011bad3b826cfdebc1cd3343b8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Oct 2023 17:34:23 +0000 Subject: [PATCH 1/2] hello commit --- hello/helloworld.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello/helloworld.py b/hello/helloworld.py index f1a1813..468877c 100644 --- a/hello/helloworld.py +++ b/hello/helloworld.py @@ -1 +1,2 @@ print("Hello world!") +my name is amit From 16b14b007bc73a3b99f8f2ce0b1dc722751b825d Mon Sep 17 00:00:00 2001 From: amitkumarsq Date: Tue, 10 Oct 2023 18:07:25 +0000 Subject: [PATCH 2/2] added hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..36637c8 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello amit")