Upload files to 'Exercise 10 - Matrix Multiplication (Week 11)'

This commit is contained in:
Manish
2021-04-28 08:31:45 +02:00
parent 5ec98b5b3c
commit fab68e77e8
5 changed files with 120 additions and 0 deletions
@@ -0,0 +1,2 @@
ex10: ex10.c
gcc -Wall -std=c11 -o ex10 ex10.c