From e4b3d073db2220b35b8414993e75d2da50fcb419 Mon Sep 17 00:00:00 2001 From: Hariganesh Srinivasan <hariganeshs1999@gmail.com> Date: Sat, 22 Dec 2018 15:26:30 +0530 Subject: [PATCH] added python script --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..3f171fe --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print('test string') -- GitLab