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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user