Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
84ce28a76d |
1 changed files with 4 additions and 0 deletions
4
main.c
4
main.c
|
@ -7,3 +7,7 @@ int main() {
|
|||
printf("%d", var);
|
||||
|
||||
}
|
||||
|
||||
int f() {
|
||||
printf("Patate");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue