CM fait
This commit is contained in:
15
DEV1.1/CM1/exo1.c
Normal file
15
DEV1.1/CM1/exo1.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
char apostrophe='"';
|
||||
printf(" {o,o}\n");
|
||||
printf(" (__(\\");
|
||||
printf("\n");
|
||||
printf(" -");
|
||||
printf("%c",apostrophe);
|
||||
printf("-");
|
||||
printf("%c",apostrophe);
|
||||
printf("-\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user