Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
84ce28a76d | ||
|
9548b25628 | ||
|
8e60c04b2a |
4 changed files with 15 additions and 1 deletions
0
essai1
0
essai1
2
fichier_conflit.txt
Normal file
2
fichier_conflit.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
test
|
||||||
|
|
13
main.c
Normal file
13
main.c
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#include<stdio.h>
|
||||||
|
#include<stdlib.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
|
||||||
|
int var = 5;
|
||||||
|
printf("%d", var);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
int f() {
|
||||||
|
printf("Patate");
|
||||||
|
}
|
|
@ -1 +0,0 @@
|
||||||
hello
|
|
Loading…
Reference in a new issue