Commit 0c7140ba494093e138bb3a188925ed5f3fca23fe

Authored by Cse Ta account
1 parent e1b063953a
Exists in master

hmm2

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -3,14 +3,13 @@
3 3  
4 4 int minArr (int A[], int n){
5 5  
6   -
  6 +return 0;
7 7 }
8 8  
9 9  
10 10 int maxArr (int A[], int n){
11 11  
12 12  
13   -}
14 13 return 0;
15 14 }
16 15