diff --git a/build.py b/build.py index e58ff13..6626fa7 100644 --- a/build.py +++ b/build.py @@ -2,6 +2,4 @@ def solution(array): - """ - Enter your code here - """ \ No newline at end of file + return np.unique(array) diff --git a/build.pyc b/build.pyc new file mode 100644 index 0000000..a6de143 Binary files /dev/null and b/build.pyc differ diff --git a/tests/__init__.pyc b/tests/__init__.pyc new file mode 100644 index 0000000..7902118 Binary files /dev/null and b/tests/__init__.pyc differ diff --git a/tests/test_solution.pyc b/tests/test_solution.pyc new file mode 100644 index 0000000..dd9b3d8 Binary files /dev/null and b/tests/test_solution.pyc differ