Сделал 9 Задание на сортировку

This commit is contained in:
AZEN-SGG 2024-11-14 18:36:50 +03:00
parent a1a35972d4
commit a83a31c034
4 changed files with 142 additions and 0 deletions

4
Sorting/9Ex/makefile Normal file
View file

@ -0,0 +1,4 @@
all:
gcc -c main.c seagwithsob.c
gcc main.o seagwithsob.o && del *.o
a.exe