mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 23:37:49 +08:00
6 lines
71 B
C++
6 lines
71 B
C++
|
#include <zlib.h>
|
||
|
|
||
|
int main() {
|
||
|
zlibVersion();
|
||
|
return 0;
|
||
|
}
|