2025 Youtube video serisi için eski kodlar silindi

This commit is contained in:
Mert Gör
2025-01-07 16:04:55 +03:00
parent d2cf1c4028
commit 7decd2265b
29 changed files with 2 additions and 16643 deletions

View File

@ -1,12 +0,0 @@
#include <stdio.h>
int foo()
{
printf("I am foo\n");
}
int main()
{
foo();
return 0;
}