deleted old examples

This commit is contained in:
2025-10-02 14:46:46 +03:00
parent a2d1364b09
commit e7ac62ab1b
5 changed files with 3 additions and 38 deletions

View File

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