From 3e1fbe69aab1d5f724c833a34f68e00b3b684daa Mon Sep 17 00:00:00 2001 From: Rishit Date: Thu, 10 Feb 2022 23:59:29 +0530 Subject: [PATCH] python file commit --- tests/ris04hit_test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/ris04hit_test.py diff --git a/tests/ris04hit_test.py b/tests/ris04hit_test.py new file mode 100644 index 0000000..338a7a0 --- /dev/null +++ b/tests/ris04hit_test.py @@ -0,0 +1,2 @@ +def add(a,b): + return a+b \ No newline at end of file