Upload files to 'Exercise 9 - Dynamic Programming: Crazy Eights (Week 10)'

This commit is contained in:
Manish
2021-04-28 08:31:04 +02:00
parent af8ccdb223
commit 5ec98b5b3c
5 changed files with 150 additions and 0 deletions
@@ -0,0 +1,8 @@
make: ex9.c
make ex9 && make ex9gnu11
ex9: ex9.c
gcc -Wall -std=c11 -o ex9 ex9.c
ex9gnu11: ex9.c
gcc -Wall -std=gnu11 -o ex9gnu11 ex9.c && rm ex9gnu11