TP04 fini

This commit is contained in:
2023-09-12 17:26:55 +02:00
parent 84006e98ee
commit af0f47be11
11 changed files with 76 additions and 0 deletions

7
DEV1.1/TP04/poussiere.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("%.15f\n", 12345.678910111213);
return EXIT_SUCCESS;
}