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
No known key found for this signature in database
GPG key ID: 03E547D043AB6C8F
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;
}