diff options
Diffstat (limited to 'Project1/main.cpp')
| -rw-r--r-- | Project1/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/main.cpp b/Project1/main.cpp index 7862a8b..45749ee 100644 --- a/Project1/main.cpp +++ b/Project1/main.cpp @@ -22,7 +22,7 @@ int main() } - PrintArray(array, SIZE); + //PrintArray(array, SIZE); DoubleArraySize(array, SIZE); |