Ajout de prise de note tp 5

This commit is contained in:
2025-09-14 14:53:21 +02:00
parent 0b6bdc976c
commit c6a0ca66ac
3 changed files with 56 additions and 0 deletions

9
essai.c Normal file
View File

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