Add missing return statements to example inputs
This commit is contained in:
@@ -148,5 +148,5 @@ int main(){
|
||||
print_f_array(f_arr, arr_size);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user