From dd81c5c8a69c5d78c7c283db5974c44f0e3c11bf Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 25 Jan 2023 17:34:12 +0000 Subject: [PATCH] chore(concat_string): move to right repository --- sh/tests/solutions/concat_string.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 sh/tests/solutions/concat_string.py diff --git a/sh/tests/solutions/concat_string.py b/sh/tests/solutions/concat_string.py deleted file mode 100644 index 6d7713046..000000000 --- a/sh/tests/solutions/concat_string.py +++ /dev/null @@ -1,2 +0,0 @@ -def concat(string1, string2): - return string1 + ", " + string2