Compare commits

..

3 commits

Author SHA1 Message Date
Toto
84ce28a76d Conflit2 2023-02-16 15:19:58 +01:00
Toto
9548b25628 Adding some code 2023-02-16 15:11:44 +01:00
Toto
8e60c04b2a Create a file to do conflict 2023-02-16 15:09:02 +01:00
4 changed files with 15 additions and 1 deletions

0
essai1
View file

2
fichier_conflit.txt Normal file
View file

@ -0,0 +1,2 @@
test

13
main.c Normal file
View file

@ -0,0 +1,13 @@
#include<stdio.h>
#include<stdlib.h>
int main() {
int var = 5;
printf("%d", var);
}
int f() {
printf("Patate");
}

View file

@ -1 +0,0 @@
hello