1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Added examples/Makefile

This commit is contained in:
Yann Collet
2016-07-10 14:23:30 +02:00
parent 25c506601c
commit 677ed26aa7
5 changed files with 102 additions and 6 deletions

View File

@ -113,5 +113,7 @@ int main(int argc, const char** argv)
decompress(argv[1]);
printf("%s decoded. \n", argv[1]);
printf("%s correctly decoded (in memory). \n", argv[1]);
return 0;
}