From 01093e87bd24faf5b74dd4589bb15f4bbe742118 Mon Sep 17 00:00:00 2001 From: swisstok Date: Tue, 24 Dec 2024 15:51:00 +0400 Subject: [PATCH] commit2 --- Project3/Source.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Project3/Source.cpp b/Project3/Source.cpp index f7f6524..dc7566b 100644 --- a/Project3/Source.cpp +++ b/Project3/Source.cpp @@ -77,6 +77,7 @@ void F2(int n) { F2(n + 1); F2(n + 3); } + } void G3(int n);