#include <stdio.h>
int main() {
printf ("hier j’ai réussi le message de ma fameuse fille\n deuxième option 😅\n");
int age = 21;
printf("%d ans. " ,age);
printf("elle s’appelle\n");
char prenom[] = "Vicory";
printf("%s", prenom);
return 0 ;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: