Compare commits

...

5 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
34f1a3ca21 Merge branch 'new_branch' of gonet/tutClubInfo into master 2023-02-16 14:53:46 +01:00
Toto
dca68edc8e This is a commit message 2023-02-16 14:48:57 +01:00
3 changed files with 16 additions and 0 deletions

1
fichier_B.txt Normal file
View file

@ -0,0 +1 @@
Ceci est un texte.

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");
}