From 7bebcd458ea68db7742c4c3fe4a1cbd4948f714c Mon Sep 17 00:00:00 2001 From: Oren Yosef Date: Tue, 16 May 2023 12:11:09 +0300 Subject: [PATCH] first commit bla --- README.md | 2 ++ src/test/simple_calculator.py | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ea6a4a8..bb8e83e 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ test repository for diff utility testing this repository is being used by blamed diff tests for logical validations. any change in this repository may result in test errors + +# bla bla \ No newline at end of file diff --git a/src/test/simple_calculator.py b/src/test/simple_calculator.py index 4693ad3..d3dbc89 100644 --- a/src/test/simple_calculator.py +++ b/src/test/simple_calculator.py @@ -1,2 +1,3 @@ +# this is calculator def add(a, b): return a + b