From 5ec8f48e12904d8bc98a9427e97174af7a5e4fd6 Mon Sep 17 00:00:00 2001 From: HORVILLE Ewen Date: Tue, 9 Nov 2021 13:53:39 +0100 Subject: [PATCH] APL 1.2 --- APL1.2/TP01/date.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 APL1.2/TP01/date.c diff --git a/APL1.2/TP01/date.c b/APL1.2/TP01/date.c new file mode 100644 index 0000000..53078aa --- /dev/null +++ b/APL1.2/TP01/date.c @@ -0,0 +1,8 @@ +#include +#include + +int main(int argc, char * argv[]) { + + return EXIT_SUCCESS; +} +