From 98eebfc26c59ddfef730f6dd61b8091a396a24a9 Mon Sep 17 00:00:00 2001 From: swisstok Date: Tue, 24 Dec 2024 15:51:11 +0400 Subject: [PATCH] commit3 --- Project3/Source.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Project3/Source.cpp b/Project3/Source.cpp index dc7566b..b309877 100644 --- a/Project3/Source.cpp +++ b/Project3/Source.cpp @@ -69,6 +69,7 @@ void F1(int n) { F1(n - 3); F1(n - 4); } + } void F2(int n) {