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