From 044a22e03abe50f6648b46008c508aa2905a0b74 Mon Sep 17 00:00:00 2001
From: Hariganesh Srinivasan <hariganeshs1999@gmail.com>
Date: Sat, 22 Dec 2018 15:32:08 +0530
Subject: [PATCH] added more scripts and made optimizations

---
 test.py  | 2 +-
 test2.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 test2.py

diff --git a/test.py b/test.py
index 3f171fe..1fc5c16 100644
--- a/test.py
+++ b/test.py
@@ -1 +1 @@
-print('test string')
+print('modified test string')
diff --git a/test2.py b/test2.py
new file mode 100644
index 0000000..5269811
--- /dev/null
+++ b/test2.py
@@ -0,0 +1 @@
+print('Second String')
-- 
GitLab