deleted old codes We will hack code again

This commit is contained in:
Mert Gör
2024-05-19 22:21:16 +03:00
parent 9d9799183c
commit 4568853963
16 changed files with 0 additions and 231 deletions

View File

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