APL/APL1.2/TP01/date.c

9 lines
100 B
C
Raw Normal View History

2021-11-09 13:53:39 +01:00
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char * argv[]) {
return EXIT_SUCCESS;
}