APL/APL1.2/TP01/date.c
2021-11-09 13:53:39 +01:00

9 lines
100 B
C

#include<stdio.h>
#include<stdlib.h>
int main(int argc, char * argv[]) {
return EXIT_SUCCESS;
}