APL/APL1.1/TP10/formules.c

9 lines
100 B
C
Raw Normal View History

2021-10-05 13:48:15 +02:00
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char * argv[]) {
return EXIT_SUCCESS;
}