Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AryaWu
/
zlib
like
0
Model card
Files
Files and versions
xet
Community
main
zlib
/
contrib
/
blast
/
Makefile
AryaWu
Upload folder using huggingface_hub
e996a55
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
127 Bytes
blast: blast.c blast.h
cc -DTEST -o blast blast.c
test:
blast
blast < test.pk | cmp - test.txt
clean:
rm -f blast blast.o