From 33f6e26cb3c287244e0b64ab518a3e9877b50abf Mon Sep 17 00:00:00 2001 From: sqdselo Date: Thu, 31 Oct 2024 12:13:21 +0400 Subject: [PATCH] Second --- Project1/Project1/Source.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Project1/Project1/Source.cpp b/Project1/Project1/Source.cpp index 042edb3..b583684 100644 --- a/Project1/Project1/Source.cpp +++ b/Project1/Project1/Source.cpp @@ -5,6 +5,7 @@ int arr[NUM_ELEMENTS][NUM_ELEMENTS]; int n = 3, m = 4; +int second2; void print_arr() { printf("!!!! print() !!!!\n");