compile and run

This commit is contained in:
array-in-a-matrix 2021-07-06 02:02:19 -04:00
parent f559d57f88
commit 7bd481275e

5
makefile Normal file
View file

@ -0,0 +1,5 @@
all:
gcc index.c -o hamming.o
chmod +x hamming.o
./hamming.o