restart rep

This commit is contained in:
ada-dmitry
2023-11-03 15:02:03 +03:00
parent 580ec0f214
commit e24502699b
28 changed files with 1540 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
LIB =
default: run
build:
gcc func.h func.c main.c -o matrix_app ${LIB}
run: build
./matrix_app