For example sum of 1 to 10 inclusive is ...

This commit is contained in:
Mert Gör
2024-06-24 18:14:55 +03:00
parent 286258cc37
commit a8d24e2f4d
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2024-06-24 hwpplayer1 <hwpplayer1@debian>
* src/for_example.cpp: For example sum of 1 to 10 inclusive is ...
* src/sum_numbers.cpp (main): Sum of 50 to 100 inclusive is ...
* src/while_statement.cpp (main): While example written