deleted source code

This commit is contained in:
Mert Gör 2024-08-25 11:07:20 +03:00
parent 3420937d57
commit dd2465f2e2
No known key found for this signature in database
GPG key ID: 03E547D043AB6C8F
8 changed files with 59 additions and 125 deletions

View file

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