DEV/DEV1.1/TP03/sept.c

11 lines
135 B
C
Raw Normal View History

/* premier programme */
#include <stdlib.h>
#include <stdio.h>
int main(void) {
printf("%c", '\67');
return EXIT_SUCCESS;
}