1
0
Fork 0
mirror of https://codeberg.org/DansLeRuSH/c-plus-plus-exercises.git synced 2024-05-18 08:14:57 +00:00

Count the number of 'a' in a string

This commit is contained in:
Franck ALBARET 2018-10-22 07:22:13 +00:00
parent 9ce46aec8f
commit 5f2779d0aa

View file

@ -1,4 +1,4 @@
//Auteur : Franck ALBARET
// Auteur : Franck ALBARET
#include <stdio.h>
#include <conio.h>