Reused scope example written

This commit is contained in:
Mert Gör
2024-06-30 09:07:20 +03:00
parent cf0dd37025
commit 56ffdf902c
2 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2024-06-30 hwpplayer1 <hwpplayer1@debian>
* src/reused_scope.cpp: reused scope example writtenx
* src/scope_example.cpp: scope example sum of 1 to 10 inclusive is explained
* src/if_statement.cpp: if statement explained/code written