From 891d8097f44a615a14ce613756dc0f127545bf8c Mon Sep 17 00:00:00 2001 From: Shubham Dobarkar Date: Wed, 8 Jun 2022 16:02:17 +0530 Subject: [PATCH 1/2] 1 new changes --- lxd.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 lxd.py diff --git a/lxd.py b/lxd.py new file mode 100644 index 0000000..7308a3f --- /dev/null +++ b/lxd.py @@ -0,0 +1 @@ +print("HelloS") \ No newline at end of file From 2f4ac32cbcdae792b152405555f4ccc0aaf31902 Mon Sep 17 00:00:00 2001 From: Shubham Dobarkar Date: Fri, 10 Jun 2022 19:39:07 +0530 Subject: [PATCH 2/2] 1 new changes --- lxd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lxd.py b/lxd.py index 7308a3f..d93e167 100644 --- a/lxd.py +++ b/lxd.py @@ -1 +1,2 @@ -print("HelloS") \ No newline at end of file +print("HelloS") +print("Hi") \ No newline at end of file