hamming
This commit is contained in:
parent
cf4f118c22
commit
59b82ee023
8 changed files with 177 additions and 0 deletions
9
hamming/Makefile
Normal file
9
hamming/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
default: clean test
|
||||
|
||||
test:
|
||||
dune runtest
|
||||
|
||||
clean:
|
||||
dune clean
|
||||
|
||||
.PHONY: clean
|
Loading…
Add table
Add a link
Reference in a new issue