This commit is contained in:
2026-09-14 10:44:11 +02:00
parent 6dbd74db95
commit bf705d701d
9 changed files with 52 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
int main(void) {
printf("%.15f\n", 12345.678910111213);
return EXIT_SUCCESS;
}