Compare commits
No commits in common. "master" and "new_branch" have entirely different histories.
master
...
new_branch
2 changed files with 0 additions and 15 deletions
|
|
@ -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