Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

3 changed files with 0 additions and 16 deletions

View file

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

View file

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

13
main.c
View file

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