improved check: formatting system

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-25 14:40:56 +02:00
parent c6baef23c2
commit 95b2ab4662
9 changed files with 170 additions and 26 deletions

View file

@ -1,6 +1,6 @@
#include <stdio.h>
int main() {
int a;
printf("hello, world!! %d\n", a);
int a;
printf("hello, world!! %d\n", a);
}