From 3803e03c075455ab9907c9a07a62ad078125471c Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Sun, 18 Feb 2024 13:19:50 -0800 Subject: all works --- Project1/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project1/main.cpp b/Project1/main.cpp index 45749ee..a906729 100644 --- a/Project1/main.cpp +++ b/Project1/main.cpp @@ -20,12 +20,13 @@ int main() { array[i] = static_cast(i); } +// all works - - //PrintArray(array, SIZE); + PrintArray(array, SIZE); DoubleArraySize(array, SIZE); + delete[] array; return 0; } \ No newline at end of file -- cgit v1.2.3