Compare commits
No commits in common. "master" and "master" have entirely different histories.
3 changed files with 0 additions and 16 deletions
|
@ -1 +0,0 @@
|
|||
Ceci est un texte.
|
|
@ -1,2 +0,0 @@
|
|||
test
|
||||
|
13
main.c
13
main.c
|
@ -1,13 +0,0 @@
|
|||
#include<stdio.h>
|
||||
#include<stdlib.h>
|
||||
|
||||
int main() {
|
||||
|
||||
int var = 5;
|
||||
printf("%d", var);
|
||||
|
||||
}
|
||||
|
||||
int f() {
|
||||
printf("Patate");
|
||||
}
|
Loading…
Reference in a new issue