27 Septembre

This commit is contained in:
2022-09-27 16:03:19 +02:00
parent 1e063977ab
commit 68f7eec7b9
7 changed files with 86 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("%d,77,%f,%c%c,%lf\n",77,77.0,'7','7',77.0);
return 0;
}