deleted other branch examples

This commit is contained in:
2025-08-13 05:32:50 +03:00
parent 84bdffde6a
commit bb718cbaef
14 changed files with 0 additions and 154 deletions

View File

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