APL/APL1.1/TP09/comptes.c

11 lines
103 B
C
Raw Normal View History

2021-10-04 17:30:03 +02:00
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char * argv[]) {
return EXIT_SUCCESS;
}