From fe8a792ce2ff2bf97e728f5ca4690930188c7a09 Mon Sep 17 00:00:00 2001 From: Mouiz_uddin <45530533+Mouizuddin@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:59:02 +0530 Subject: [PATCH 1/2] testing.py --- testing | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testing diff --git a/testing b/testing new file mode 100644 index 0000000..48e332e --- /dev/null +++ b/testing @@ -0,0 +1,2 @@ +# just testing +print('testing DL') From e4b8c7cc081ba1b73c8364650d6b28d8a4bad4d5 Mon Sep 17 00:00:00 2001 From: Mouiz_uddin <45530533+Mouizuddin@users.noreply.github.com> Date: Sun, 15 Jan 2023 12:01:19 +0530 Subject: [PATCH 2/2] Update testing --- testing | 1 + 1 file changed, 1 insertion(+) diff --git a/testing b/testing index 48e332e..c974825 100644 --- a/testing +++ b/testing @@ -1,2 +1,3 @@ # just testing print('testing DL') +print('testing DL') # second line