Compare commits

..

1 commit

Author SHA1 Message Date
Toto
84ce28a76d Conflit2 2023-02-16 15:19:58 +01:00
3 changed files with 5 additions and 2 deletions

0
essai1
View file

6
main.c
View file

@ -3,7 +3,11 @@
int main() {
int var = 6;
int var = 5;
printf("%d", var);
}
int f() {
printf("Patate");
}

View file

@ -1 +0,0 @@
hello