Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
|
10a495f783 | ||
|
e0f5be3bc0 | ||
|
e026c49f86 | ||
|
8328ce399c | ||
|
84e0d8405b |
3 changed files with 2 additions and 1 deletions
0
essai1
Normal file
0
essai1
Normal file
2
main.c
2
main.c
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
||||||
int var = 5;
|
int var = 6;
|
||||||
printf("%d", var);
|
printf("%d", var);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
nouveau fichier
Normal file
1
nouveau fichier
Normal file
|
@ -0,0 +1 @@
|
||||||
|
hello
|
Loading…
Reference in a new issue