diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..6838bea --- /dev/null +++ b/test.cpp @@ -0,0 +1,18 @@ +nclude +using namespace std; + +int minArr (int A[]){ + +return 0; +} + + +int maxArr (int A[]){ + +return 0; +} + +int main() { + + return 0; +}